summaryrefslogtreecommitdiff
path: root/src/include/taler_crypto_lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-09-16 19:18:48 +0200
committerChristian Grothoff <christian@grothoff.org>2015-09-16 19:18:48 +0200
commita8755be2b768c5896479c75f0fff5ebfe31dd34a (patch)
tree4bc42497675cbba3ce1c96216cb872df30385615 /src/include/taler_crypto_lib.h
parent2fa65141a67559090e348289a8e957487c1243db (diff)
downloadexchange-a8755be2b768c5896479c75f0fff5ebfe31dd34a.tar.gz
exchange-a8755be2b768c5896479c75f0fff5ebfe31dd34a.tar.bz2
exchange-a8755be2b768c5896479c75f0fff5ebfe31dd34a.zip
implement auditor signing tool
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 0f25ea3c4..a3c21b386 100644
--- a/src/include/taler_crypto_lib.h
+++ b/src/include/taler_crypto_lib.h
@@ -190,6 +190,18 @@ struct TALER_AuditorPublicKeyP
/**
+ * @brief Type of the public key used by the auditor.
+ */
+struct TALER_AuditorSignatureP
+{
+ /**
+ * Taler uses EdDSA signatures for auditors.
+ */
+ struct GNUNET_CRYPTO_EddsaSignature eddsa_sig;
+};
+
+
+/**
* @brief Type of the offline master public keys used by the mint.
*/
struct TALER_MasterPrivateKeyP