GNUnet 0.21.1
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 553 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 559 of file gnunet_crypto_lib.h.

Referenced by GNUNET_CRYPTO_paillier_encrypt(), GNUNET_CRYPTO_paillier_encrypt1(), GNUNET_CRYPTO_paillier_hom_add(), and GNUNET_CRYPTO_paillier_hom_get_remaining().

◆ bits

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

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