aboutsummaryrefslogtreecommitdiff
path: root/src/include/taler_crypto_lib.h
diff options
context:
space:
mode:
authorÖzgür Kesim <oec-taler@kesim.org>2022-03-02 07:58:55 +0100
committerÖzgür Kesim <oec-taler@kesim.org>2022-03-02 07:58:55 +0100
commit4978b1e966af48a18cac86aa224b3c266a9531d7 (patch)
treecc190b96c510e0b3869e7d2eb1032069bb49c96b /src/include/taler_crypto_lib.h
parentb20ddf0c8a70443bca6e59deba1ee906069a0824 (diff)
downloadexchange-4978b1e966af48a18cac86aa224b3c266a9531d7.tar.xz
-amend missing parts to commit b20ddf0c8
- functions TALER_age_commitment_attest and TALER_age_commitment_verify implemented. - age restriction implementation moved into util/age_restriction.c
Diffstat (limited to 'src/include/taler_crypto_lib.h')
-rw-r--r--src/include/taler_crypto_lib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/taler_crypto_lib.h b/src/include/taler_crypto_lib.h
index 38f91a8e0..a8dc4b0d7 100644
--- a/src/include/taler_crypto_lib.h
+++ b/src/include/taler_crypto_lib.h
@@ -869,7 +869,7 @@ struct TALER_AgeCommitmentHash
*/
struct TALER_AgeAttestation
{
- struct GNUNET_CRYPTO_EddsaSignature attest;
+ struct GNUNET_CRYPTO_EddsaSignature eddsa_signature;
};
extern const struct TALER_AgeCommitmentHash TALER_ZeroAgeCommitmentHash;