diff options
Diffstat (limited to 'src/mint/mint.h')
-rw-r--r-- | src/mint/mint.h | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/src/mint/mint.h b/src/mint/mint.h index b29162b20..1e1221157 100644 --- a/src/mint/mint.h +++ b/src/mint/mint.h | |||
@@ -35,36 +35,6 @@ | |||
35 | 35 | ||
36 | 36 | ||
37 | 37 | ||
38 | /** | ||
39 | * Information we keep for a withdrawn coin to reproduce | ||
40 | * the /withdraw operation if needed, and to have proof | ||
41 | * that a reserve was drained by this amount. | ||
42 | */ | ||
43 | struct CollectableBlindcoin | ||
44 | { | ||
45 | |||
46 | /** | ||
47 | * Our signature over the (blinded) coin. | ||
48 | */ | ||
49 | struct GNUNET_CRYPTO_rsa_Signature *sig; | ||
50 | |||
51 | /** | ||
52 | * Denomination key (which coin was generated). | ||
53 | */ | ||
54 | struct GNUNET_CRYPTO_rsa_PublicKey *denom_pub; | ||
55 | |||
56 | /** | ||
57 | * Public key of the reserve that was drained. | ||
58 | */ | ||
59 | struct GNUNET_CRYPTO_EddsaPublicKey reserve_pub; | ||
60 | |||
61 | /** | ||
62 | * Signature confirming the withdrawl, matching @e reserve_pub, | ||
63 | * @e denom_pub and @e h_blind. | ||
64 | */ | ||
65 | struct GNUNET_CRYPTO_EddsaSignature reserve_sig; | ||
66 | }; | ||
67 | |||
68 | 38 | ||
69 | /** | 39 | /** |
70 | * Global information for a refreshing session. | 40 | * Global information for a refreshing session. |