Function
P2pandaPrivateKeynew_from_data
Declaration [src]
P2pandaPrivateKey*
p2panda_private_key_new_from_data (
const uint8_t* data
)
Parameters
data-
Type: An array of
uint8_tNo description available.
The array must have 32 elements. The data is owned by the caller of the function.
Return value
Type: P2pandaPrivateKey
No description available.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |