summaryrefslogtreecommitdiff
path: root/src/include/taler_crypto_lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/taler_crypto_lib.h')
-rw-r--r--src/include/taler_crypto_lib.h39
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.
*/