chacha_crypt

Function chacha_crypt 

Source
pub unsafe extern "C" fn chacha_crypt(
    st: *mut chacha_state,
    in_: *const c_uchar,
    inlen: c_ulong,
    out: *mut c_uchar,
) -> c_int