wc_Chacha_SetKey

Function wc_Chacha_SetKey 

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