wc_ChaCha20Poly1305_Init

Function 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