Function

P2pandaNetworkIdnew_from_data

Declaration [src]

P2pandaNetworkId*
p2panda_network_id_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

The caller of the function takes ownership of the data, and is responsible for freeing it.