summaryrefslogtreecommitdiff
path: root/src/mint/taler-mint-httpd_keys.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-01-28 20:59:39 +0100
committerChristian Grothoff <christian@grothoff.org>2015-01-28 20:59:39 +0100
commit5fcca8707f4a4fd6568095872a1bb6e7124ee508 (patch)
tree67abfe3474c48ee2e8b1c8f3ce95734a767840c2 /src/mint/taler-mint-httpd_keys.h
parent8c558ddf89f12cd282154de3c9bdb295d45fbcfb (diff)
downloadexchange-5fcca8707f4a4fd6568095872a1bb6e7124ee508.tar.gz
exchange-5fcca8707f4a4fd6568095872a1bb6e7124ee508.tar.bz2
exchange-5fcca8707f4a4fd6568095872a1bb6e7124ee508.zip
simplify logic, remove dead call
Diffstat (limited to 'src/mint/taler-mint-httpd_keys.h')
-rw-r--r--src/mint/taler-mint-httpd_keys.h28
1 files changed, 0 insertions, 28 deletions
diff --git a/src/mint/taler-mint-httpd_keys.h b/src/mint/taler-mint-httpd_keys.h
index 7dc5bc0eb..8137561fc 100644
--- a/src/mint/taler-mint-httpd_keys.h
+++ b/src/mint/taler-mint-httpd_keys.h
@@ -33,34 +33,6 @@
/**
- * Check if a coin is valid; that is, whether the denomination key exists,
- * is not expired, and the signature is correct.
- *
- * @param key_state the key state to use for checking the coin's validity
- * @param coin_public_info the coin public info to check for validity
- * @return #GNUNET_YES if the coin is valid,
- * #GNUNET_NO if it is invalid
- * #GNUNET_SYSERROR if an internal error occured
- */
-int
-TALER_MINT_test_coin_valid (const struct MintKeyState *key_state,
- const struct TALER_CoinPublicInfo *coin_public_info);
-
-
-/**
- * Sign the message in @a purpose with the mint's signing
- * key.
- *
- * @param purpose the message to sign
- * @param[OUT] sig signature over purpose using current signing key
- */
-void
-TALER_MINT_keys_sign (const struct GNUNET_CRYPTO_EccSignaturePurpose *purpose,
- struct GNUNET_CRYPTO_EddsaSignature *sig);
-
-
-
-/**
* Handle a "/keys" request
*
* @param rh context of the handler