GNUnet  0.19.5
GNUNET_CRYPTO_PaillierCiphertext Struct Reference

Paillier ciphertext. More...

#include <gnunet_crypto_lib.h>

Data Fields

int32_t remaining_ops
 Guaranteed minimum number of homomorphic operations with this ciphertext, in network byte order (NBO). More...
 
unsigned char bits [2048 *2/8]
 The bits of the ciphertext. More...
 

Detailed Description

Paillier ciphertext.

Definition at line 442 of file gnunet_crypto_lib.h.

Field Documentation

◆ remaining_ops

int32_t GNUNET_CRYPTO_PaillierCiphertext::remaining_ops

Guaranteed minimum number of homomorphic operations with this ciphertext, in network byte order (NBO).

Definition at line 448 of file gnunet_crypto_lib.h.

Referenced by GNUNET_CRYPTO_paillier_hom_add(), and GNUNET_CRYPTO_paillier_hom_get_remaining().

◆ bits

unsigned char GNUNET_CRYPTO_PaillierCiphertext::bits[2048 *2/8]

The bits of the ciphertext.

Definition at line 453 of file gnunet_crypto_lib.h.

Referenced by encrypt_fair(), GNUNET_CRYPTO_paillier_hom_add(), and verify_fair().


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