aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_crypto_lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_crypto_lib.h')
-rw-r--r--src/include/gnunet_crypto_lib.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/include/gnunet_crypto_lib.h b/src/include/gnunet_crypto_lib.h
index 183231c9b..b6e10d1b7 100644
--- a/src/include/gnunet_crypto_lib.h
+++ b/src/include/gnunet_crypto_lib.h
@@ -383,6 +383,11 @@ struct GNUNET_CRYPTO_PaillierPlaintext
383struct GNUNET_CRYPTO_PaillierCiphertext 383struct GNUNET_CRYPTO_PaillierCiphertext
384{ 384{
385 /** 385 /**
386 * guaranteed minimum number of homomorphic operations with this ciphertext
387 */
388 uint32_t remaining_ops GNUNET_PACKED;
389
390 /**
386 * The bits of the ciphertext. 391 * The bits of the ciphertext.
387 */ 392 */
388 unsigned char bits[GNUNET_CRYPTO_PAILLIER_BITS * 2 / 8]; 393 unsigned char bits[GNUNET_CRYPTO_PAILLIER_BITS * 2 / 8];