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