Function wolf_crypto_sys::wc_Chacha_SetKey

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