aboutsummaryrefslogtreecommitdiff
path: root/src/include/taler_crypto_lib.h
diff options
context:
space:
mode:
authorÖzgür Kesim <oec-taler@kesim.org>2021-11-14 16:39:42 +0100
committerÖzgür Kesim <oec-taler@kesim.org>2021-11-14 16:39:42 +0100
commitc97979d00ab68915b0d354a1424e420ef84b7723 (patch)
tree7990098ab493ea5e164120f630e06c8fc6e5cc02 /src/include/taler_crypto_lib.h
parent7c510388b9d789c35fc05bead7677b3de52a318e (diff)
downloadexchange-c97979d00ab68915b0d354a1424e420ef84b7723.tar.xz
age restriction (load per denomination). 3/n
Diffstat (limited to 'src/include/taler_crypto_lib.h')
-rw-r--r--src/include/taler_crypto_lib.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/include/taler_crypto_lib.h b/src/include/taler_crypto_lib.h
index 7261d4de5..d354add1a 100644
--- a/src/include/taler_crypto_lib.h
+++ b/src/include/taler_crypto_lib.h
@@ -324,7 +324,9 @@ struct TALER_CoinSpendPublicKeyP
struct GNUNET_CRYPTO_EddsaPublicKey eddsa_pub;
/*
- * If age restriction applies to the coin, it must come with a hash of the age commitment
+ * If age restriction applies to the coin, it must come with a hash of the
+ * age commitment. A zero value indicates that the coin has no age
+ * commitment set.
*/
struct TALER_AgeHash age_commitment_hash;
};