Skip to main content

wc_ChaCha20Poly1305_UpdateAad

Function wc_ChaCha20Poly1305_UpdateAad 

Source
pub unsafe extern "C" fn wc_ChaCha20Poly1305_UpdateAad(
    aead: *mut ChaChaPoly_Aead,
    inAAD: *const byte,
    inAADLen: word32,
) -> c_int