Function wolfssl_sys::wc_Chacha_SetKey

source ·
pub unsafe extern "C" fn wc_Chacha_SetKey(
    ctx: *mut ChaCha,
    key: *const byte,
    keySz: word32
) -> c_int