aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-12-07 21:58:10 +0000
committerChristian Grothoff <christian@grothoff.org>2014-12-07 21:58:10 +0000
commitc2285a823c199a7dd8c95b5441cfd681aac4f7e6 (patch)
treefbc47af028475d76c3e90b58f91016010021a9e1 /src/include
parent7082f581f7f7c32fba7af6c22175efc6db2dae61 (diff)
downloadgnunet-c2285a823c199a7dd8c95b5441cfd681aac4f7e6.tar.gz
gnunet-c2285a823c199a7dd8c95b5441cfd681aac4f7e6.zip
-clarify docs
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_crypto_lib.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/gnunet_crypto_lib.h b/src/include/gnunet_crypto_lib.h
index 0710815b5..21f28370e 100644
--- a/src/include/gnunet_crypto_lib.h
+++ b/src/include/gnunet_crypto_lib.h
@@ -371,7 +371,8 @@ struct GNUNET_CRYPTO_PaillierPrivateKey
371struct GNUNET_CRYPTO_PaillierCiphertext 371struct GNUNET_CRYPTO_PaillierCiphertext
372{ 372{
373 /** 373 /**
374 * guaranteed minimum number of homomorphic operations with this ciphertext 374 * Guaranteed minimum number of homomorphic operations with this ciphertext,
375 * in network byte order (NBO).
375 */ 376 */
376 int32_t remaining_ops GNUNET_PACKED; 377 int32_t remaining_ops GNUNET_PACKED;
377 378