From 62d3d352502f5b1d109b18456a87c704a70fcca5 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 28 Jan 2015 20:23:19 +0100 Subject: move coin validity test to libtalerutil --- src/mint/mint.h | 28 ---------------------------- 1 file changed, 28 deletions(-) (limited to 'src/mint/mint.h') diff --git a/src/mint/mint.h b/src/mint/mint.h index 13719e62..b29162b2 100644 --- a/src/mint/mint.h +++ b/src/mint/mint.h @@ -34,31 +34,6 @@ #define MINT_CURRENCY "EUR" -/** - * Public information about a coin (including the public key - * of the coin, the denomination key and the signature with - * the denomination key). - */ -struct TALER_CoinPublicInfo -{ - /** - * The coin's public key. - */ - struct GNUNET_CRYPTO_EcdsaPublicKey coin_pub; - - /** - * Public key representing the denomination of the coin - * that is being deposited. - */ - struct GNUNET_CRYPTO_rsa_PublicKey *denom_pub; - - /** - * (Unblinded) signature over @e coin_pub with @e denom_pub, - * which demonstrates that the coin is valid. - */ - struct GNUNET_CRYPTO_rsa_Signature *denom_sig; -}; - /** * Information we keep for a withdrawn coin to reproduce @@ -91,9 +66,6 @@ struct CollectableBlindcoin }; - - - /** * Global information for a refreshing session. */ -- cgit v1.2.3