Function wolf_crypto_sys::wc_DsaSign

source ยท
pub unsafe extern "C" fn wc_DsaSign(
    digest: *const byte,
    out: *mut byte,
    key: *mut DsaKey,
    rng: *mut WC_RNG,
) -> c_int