wc_Chacha_Process

Function wc_Chacha_Process 

Source
pub unsafe extern "C" fn wc_Chacha_Process(
    ctx: *mut ChaCha,
    cipher: *mut byte,
    plain: *const byte,
    msglen: word32,
) -> c_int