Function wolf_crypto_sys::wc_SignatureGenerate

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