Function wolf_crypto_sys::wc_SignatureGenerateHash
source ยท pub unsafe extern "C" fn wc_SignatureGenerateHash(
hash_type: wc_HashType,
sig_type: wc_SignatureType,
hash_data: *const byte,
hash_len: word32,
sig: *mut byte,
sig_len: *mut word32,
key: *const c_void,
key_len: word32,
rng: *mut WC_RNG,
) -> c_int