From 93a98f8091329d44fe63c092da5f4eaf3bcb983d Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 20 Jan 2015 15:17:41 +0100 Subject: starting to refactor refresh code, moving response generation logic to response generation file --- src/mint/taler-mint-httpd_keys.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'src/mint/taler-mint-httpd_keys.h') diff --git a/src/mint/taler-mint-httpd_keys.h b/src/mint/taler-mint-httpd_keys.h index c156cff66..cef0ac950 100644 --- a/src/mint/taler-mint-httpd_keys.h +++ b/src/mint/taler-mint-httpd_keys.h @@ -152,4 +152,17 @@ TALER_MINT_handler_keys (struct RequestHandler *rh, const char *upload_data, size_t *upload_data_size); + +/** + * 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); + + #endif -- cgit v1.2.3