From 5740506b249c18259c34e5d34ae4b539abbafd9a Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 17 Jun 2015 18:50:09 +0200 Subject: refactoring mint API, mostly done (compiles again, /keys might even work) --- src/include/taler_crypto_lib.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'src/include/taler_crypto_lib.h') 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 @@ -170,6 +170,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. */ -- cgit v1.2.3