Function wolf_crypto_sys::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