GNUnet 0.21.1
GNUNET_SECRETSHARING_Plaintext Struct Reference

Plain, unencrypted message that can be encrypted with a group public key. More...

#include <gnunet_secretsharing_service.h>

Data Fields

uint32_t bits [1024/8/sizeof(uint32_t)]
 Value of the message. More...
 

Detailed Description

Plain, unencrypted message that can be encrypted with a group public key.

Note that we are not operating in GF(2^n), thus not every bit pattern is a valid plain text.

Definition at line 144 of file gnunet_secretsharing_service.h.

Field Documentation

◆ bits

uint32_t GNUNET_SECRETSHARING_Plaintext::bits[1024/8/sizeof(uint32_t)]

Value of the message.

Definition at line 149 of file gnunet_secretsharing_service.h.


The documentation for this struct was generated from the following file: