diff options
author | Christian Grothoff <christian@grothoff.org> | 2015-03-24 17:13:17 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2015-03-24 17:13:17 +0100 |
commit | f052af1e6bc9532c7a924ca3e8edba2e990b3b83 (patch) | |
tree | 7440e5d69953e657e8cd62a9ee2ba3c9864cdf13 /src/include/taler_crypto_lib.h | |
parent | 55959bd01d636d324077d4201df0beca676e8d58 (diff) |
address #3731: no need for session public key or signature
Diffstat (limited to 'src/include/taler_crypto_lib.h')
-rw-r--r-- | src/include/taler_crypto_lib.h | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/src/include/taler_crypto_lib.h b/src/include/taler_crypto_lib.h index a7e902777..3156e63ed 100644 --- a/src/include/taler_crypto_lib.h +++ b/src/include/taler_crypto_lib.h @@ -94,32 +94,6 @@ struct TALER_MerchantPrivateKey /** - * Type of public keys used by clients to sign - * messages during a melting session. - */ -struct TALER_SessionPublicKey -{ - /** - * Taler uses EdDSA for melting session keys. - */ - struct GNUNET_CRYPTO_EddsaPublicKey eddsa_pub; -}; - - -/** - * Type of public keys used by clients to sign - * messages during a melting session. - */ -struct TALER_SessionPrivateKey -{ - /** - * Taler uses EdDSA for melting session keys. - */ - struct GNUNET_CRYPTO_EddsaPrivateKey eddsa_priv; -}; - - -/** * Type of transfer public keys used during refresh * operations. */ @@ -148,19 +122,6 @@ struct TALER_TransferPrivateKey /** - * Type of signatures used by clients to sign - * messages during a melting session. - */ -struct TALER_SessionSignature -{ - /** - * Taler uses EdDSA for melting session keys. - */ - struct GNUNET_CRYPTO_EddsaSignature eddsa_signature; -}; - - -/** * Type of online public keys used by the mint to sign * messages. */ |