Function wolf_crypto_sys::wc_ChaCha20Poly1305_Init

source ยท
pub unsafe extern "C" fn wc_ChaCha20Poly1305_Init(
    aead: *mut ChaChaPoly_Aead,
    inKey: *const byte,
    inIV: *const byte,
    isEncrypt: c_int,
) -> c_int