From a0d9d59b73a35f3060914372a70fbcc57e66998f Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 12 Feb 2022 12:20:12 +0100 Subject: -refactor to address FIXME --- src/include/taler_crypto_lib.h | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'src/include') diff --git a/src/include/taler_crypto_lib.h b/src/include/taler_crypto_lib.h index d6014259d..959169cfa 100644 --- a/src/include/taler_crypto_lib.h +++ b/src/include/taler_crypto_lib.h @@ -2151,6 +2151,17 @@ TALER_exchange_deposit_confirm_verify ( /* ********************* wallet signing ************************** */ +/** + * Sign a request by a wallet to perform a KYC check. + * + * @param reserve_priv key identifying the wallet/account + * @param reserve_sig resulting signature + */ +void +TALER_wallet_account_setup_sign ( + const struct TALER_ReservePrivateKeyP *reserve_priv, + struct TALER_ReserveSignatureP *reserve_sig); + /** * Sign a deposit permission. Function for wallets. -- cgit v1.2.3