Function

P2pandaPrivateKeynew_from_data

Declaration [src]

P2pandaPrivateKey*
p2panda_private_key_new_from_data (
  const uint8_t* data
)

Description

No description available.

Parameters

data

Type: An array of uint8_t

No 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.