diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-11-23 16:36:07 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-11-23 16:36:07 +0100 |
commit | 3e37c63fbd0abff5d0d05eea60a05f6b28598ee6 (patch) | |
tree | c1fe78a141dfae1ebf24fa866940d77ac2dcb791 /src/util/taler-helper-crypto-eddsa.h | |
parent | c0a6e13b3c8bd7a8321bb11fde917869d67dcbc1 (diff) |
implement sm signing of key announcements
Diffstat (limited to 'src/util/taler-helper-crypto-eddsa.h')
-rw-r--r-- | src/util/taler-helper-crypto-eddsa.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/util/taler-helper-crypto-eddsa.h b/src/util/taler-helper-crypto-eddsa.h index 215af566c..fe6ca4055 100644 --- a/src/util/taler-helper-crypto-eddsa.h +++ b/src/util/taler-helper-crypto-eddsa.h @@ -59,6 +59,17 @@ struct TALER_CRYPTO_EddsaKeyAvailableNotification struct GNUNET_TIME_RelativeNBO duration; /** + * Public key used to generate the @e sicm_sig. + */ + struct TALER_SecurityModulePublicKeyP secm_pub; + + /** + * Signature affirming the announcement, of + * purpose #TALER_SIGNATURE_SM_SIGNING_KEY. + */ + struct TALER_SecurityModuleSignatureP secm_sig; + + /** * The public key. */ struct TALER_ExchangePublicKeyP exchange_pub; |