summaryrefslogtreecommitdiff
path: root/src/include/taler_crypto_lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-12-09 15:36:34 +0100
committerChristian Grothoff <christian@grothoff.org>2015-12-09 15:36:34 +0100
commitc20f955ae43a57208b40d9a7978a7f089592ad60 (patch)
tree93f142c11461c77654f76fb427d8ea5bbb57ef0d /src/include/taler_crypto_lib.h
parentc5204d3a213fb70d10ec873fc869013390a5435f (diff)
downloadexchange-c20f955ae43a57208b40d9a7978a7f089592ad60.tar.gz
exchange-c20f955ae43a57208b40d9a7978a7f089592ad60.tar.bz2
exchange-c20f955ae43a57208b40d9a7978a7f089592ad60.zip
towards /deposit/wtid handling (more skeleton work)
Diffstat (limited to 'src/include/taler_crypto_lib.h')
-rw-r--r--src/include/taler_crypto_lib.h12
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.
*/