summaryrefslogtreecommitdiff
path: root/src/include/taler_crypto_lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-06-17 18:50:09 +0200
committerChristian Grothoff <christian@grothoff.org>2015-06-17 18:50:09 +0200
commit5740506b249c18259c34e5d34ae4b539abbafd9a (patch)
tree96bda9e6fcfa61b02c6572607450e2a51fdf86f4 /src/include/taler_crypto_lib.h
parent6f02d4e355d6152fb61098a27ed6b2e3b98358a2 (diff)
downloadexchange-5740506b249c18259c34e5d34ae4b539abbafd9a.tar.gz
exchange-5740506b249c18259c34e5d34ae4b539abbafd9a.tar.bz2
exchange-5740506b249c18259c34e5d34ae4b539abbafd9a.zip
refactoring mint API, mostly done (compiles again, /keys might even 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 f2c73faa3..6c1ef8e8e 100644
--- a/src/include/taler_crypto_lib.h
+++ b/src/include/taler_crypto_lib.h
@@ -171,6 +171,18 @@ struct TALER_MasterPublicKeyP
/**
+ * @brief Type of the public key used by the auditor.
+ */
+struct TALER_AuditorPublicKeyP
+{
+ /**
+ * Taler uses EdDSA for the auditor's signing key.
+ */
+ struct GNUNET_CRYPTO_EddsaPublicKey eddsa_pub;
+};
+
+
+/**
* @brief Type of the offline master public keys used by the mint.
*/
struct TALER_MasterPrivateKeyP