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... | |
Paillier ciphertext.
Definition at line 566 of file gnunet_crypto_lib.h.
int32_t GNUNET_CRYPTO_PaillierCiphertext::remaining_ops |
Guaranteed minimum number of homomorphic operations with this ciphertext, in network byte order (NBO).
Definition at line 572 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().
unsigned char GNUNET_CRYPTO_PaillierCiphertext::bits[2048 *2/8] |
The bits of the ciphertext.
Definition at line 577 of file gnunet_crypto_lib.h.
Referenced by encrypt_fair(), GNUNET_CRYPTO_paillier_decrypt(), GNUNET_CRYPTO_paillier_encrypt(), GNUNET_CRYPTO_paillier_encrypt1(), GNUNET_CRYPTO_paillier_hom_add(), and verify_fair().