GNUnet 0.21.2
GNUNET_SECRETSHARING_Ciphertext Struct Reference

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)]
 

Detailed Description

Encrypted field element.

Definition at line 131 of file gnunet_secretsharing_service.h.

Field Documentation

◆ c1_bits

uint32_t GNUNET_SECRETSHARING_Ciphertext::c1_bits[1024/8/sizeof(uint32_t)]

◆ c2_bits

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


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