Encrypted field element. More...
#include <gnunet_secretsharing_service.h>
Data Fields | |
uint32_t | c1_bits [1024/8/sizeof(uint32_t)] |
uint32_t | c2_bits [1024/8/sizeof(uint32_t)] |
Encrypted field element.
Definition at line 131 of file gnunet_secretsharing_service.h.
uint32_t GNUNET_SECRETSHARING_Ciphertext::c1_bits[1024/8/sizeof(uint32_t)] |
Definition at line 133 of file gnunet_secretsharing_service.h.
Referenced by decrypt_new_element(), and GNUNET_SECRETSHARING_encrypt().
uint32_t GNUNET_SECRETSHARING_Ciphertext::c2_bits[1024/8/sizeof(uint32_t)] |
Definition at line 134 of file gnunet_secretsharing_service.h.
Referenced by GNUNET_SECRETSHARING_encrypt().