diff options
author | Gian Demarmels <gian@demarmels.org> | 2022-01-01 12:41:49 +0100 |
---|---|---|
committer | Gian Demarmels <gian@demarmels.org> | 2022-02-04 15:33:11 +0100 |
commit | f239b01be196f5ce64fdd9f0a6f42a11077c33c6 (patch) | |
tree | 22acb0363bf4e34c37cac8aea8ac0e3ced91ddcb /src/include/taler_signatures.h | |
parent | fbb6d03f69e829b4ffbb4cc13e678cb0585c67c7 (diff) |
secmod cs signatures implementation
Diffstat (limited to 'src/include/taler_signatures.h')
-rw-r--r-- | src/include/taler_signatures.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/include/taler_signatures.h b/src/include/taler_signatures.h index 3ad1121c..3c31a4b6 100644 --- a/src/include/taler_signatures.h +++ b/src/include/taler_signatures.h @@ -287,6 +287,11 @@ */ #define TALER_SIGNATURE_SM_SIGNING_KEY 1251 +/** + * Signature on a denomination key announcement. + */ +#define TALER_SIGNATURE_SM_CS_DENOMINATION_KEY 1252 + /*******************/ /* Test signatures */ /*******************/ @@ -341,7 +346,7 @@ struct TALER_DenominationKeyAnnouncementPS /** * Hash of the denomination public key. */ - struct TALER_RsaPubHashP h_rsa; + struct TALER_DenominationHash h_denom; /** * Hash of the section name in the configuration of this denomination. |