diff options
author | Christian Grothoff <christian@grothoff.org> | 2015-12-09 15:36:34 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2015-12-09 15:36:34 +0100 |
commit | c20f955ae43a57208b40d9a7978a7f089592ad60 (patch) | |
tree | 93f142c11461c77654f76fb427d8ea5bbb57ef0d /src/include/taler_crypto_lib.h | |
parent | c5204d3a213fb70d10ec873fc869013390a5435f (diff) |
towards /deposit/wtid handling (more skeleton 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 a3c21b386..7a4bcb831 100644 --- a/src/include/taler_crypto_lib.h +++ b/src/include/taler_crypto_lib.h @@ -102,6 +102,18 @@ struct TALER_MerchantPrivateKeyP /** + * @brief Type of signatures made by merchants. + */ +struct TALER_MerchantSignatureP +{ + /** + * Taler uses EdDSA for merchants. + */ + struct GNUNET_CRYPTO_EddsaSignature eddsa_sig; +}; + + +/** * @brief Type of transfer public keys used during refresh * operations. */ |