31#ifndef LCX_ECSCHNORR_H
32#define LCX_ECSCHNORR_H
74WARN_UNUSED_RESULT cx_err_t cx_ecschnorr_sign_no_throw(
const cx_ecfp_private_key_t *pvkey,
86DEPRECATED
static inline size_t cx_ecschnorr_sign(
const cx_ecfp_private_key_t *pvkey,
89 const unsigned char *msg,
96 CX_THROW(cx_ecschnorr_sign_no_throw(pvkey, mode, hashID, msg, msg_len, sig, &sig_len));
131WARN_UNUSED_RESULT
bool cx_ecschnorr_verify(
const cx_ecfp_public_key_t *pukey,