diff options
author | Christian Grothoff <christian@grothoff.org> | 2015-01-28 20:23:19 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2015-01-28 20:23:19 +0100 |
commit | 62d3d352502f5b1d109b18456a87c704a70fcca5 (patch) | |
tree | 020ccf88cf701c29faa59a3f22650946e5d0eb2b /src/mint/mint.h | |
parent | 2debf6c3f0462a4743484c0cde7c951940e5cd2a (diff) |
move coin validity test to libtalerutil
Diffstat (limited to 'src/mint/mint.h')
-rw-r--r-- | src/mint/mint.h | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/src/mint/mint.h b/src/mint/mint.h index 13719e625..b29162b20 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. */ |