Go to the source code of this file.
Functions | |
struct GNUNET_SECRETSHARING_Share * | GNUNET_SECRETSHARING_share_read (const void *data, size_t len, size_t *readlen) |
Read a share from its binary representation. More... | |
int | GNUNET_SECRETSHARING_share_write (const struct GNUNET_SECRETSHARING_Share *share, void *buf, size_t buflen, size_t *writelen) |
Convert a share to its binary representation. More... | |
void | GNUNET_SECRETSHARING_share_destroy (struct GNUNET_SECRETSHARING_Share *share) |