aboutsummaryrefslogtreecommitdiff
path: root/src/util/taler-helper-crypto-eddsa.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/taler-helper-crypto-eddsa.h')
-rw-r--r--src/util/taler-helper-crypto-eddsa.h11
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;