From 1c1d4d9974d7a97bd157197adeb11cd759e2b931 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 26 Nov 2020 22:48:56 +0100 Subject: cmd to add auditor --- 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 d6f19f449..8be0bad4a 100644 --- a/src/include/taler_crypto_lib.h +++ b/src/include/taler_crypto_lib.h @@ -222,6 +222,18 @@ struct TALER_MasterPublicKeyP }; +/** + * @brief Type of the private key used by the auditor. + */ +struct TALER_AuditorPrivateKeyP +{ + /** + * Taler uses EdDSA for the auditor's signing key. + */ + struct GNUNET_CRYPTO_EddsaPrivateKey eddsa_priv; +}; + + /** * @brief Type of the public key used by the auditor. */ -- cgit v1.2.3