From a8755be2b768c5896479c75f0fff5ebfe31dd34a Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 16 Sep 2015 19:18:48 +0200 Subject: implement auditor signing tool --- 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 0f25ea3c4..a3c21b386 100644 --- a/src/include/taler_crypto_lib.h +++ b/src/include/taler_crypto_lib.h @@ -189,6 +189,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. */ -- cgit v1.2.3