diff options
author | Christian Grothoff <christian@grothoff.org> | 2021-10-30 20:49:23 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2021-10-30 20:49:23 +0200 |
commit | bc57abc3daa56178378b5184b9ec987c860c5f62 (patch) | |
tree | 076b35d6c7ec6af7efe214b81e1faeab8813be8e /src/include/taler_crypto_lib.h | |
parent | d83a65320af412bdc31c82397bb79a10a771166b (diff) |
-more dB work
Diffstat (limited to 'src/include/taler_crypto_lib.h')
-rw-r--r-- | src/include/taler_crypto_lib.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/include/taler_crypto_lib.h b/src/include/taler_crypto_lib.h index 800191cd..af567ba0 100644 --- a/src/include/taler_crypto_lib.h +++ b/src/include/taler_crypto_lib.h @@ -347,6 +347,18 @@ struct TALER_RefreshCommitmentP /** + * Age restriction commitment of a coin. + */ +struct TALER_AgeHash +{ + /** + * The commitment is a SHA-256 hash code. + */ + struct GNUNET_ShortHashCode shash; +}; + + +/** * Token used for access control to the merchant's unclaimed * orders. */ |