Function hacl::hazmat::chacha20_poly1305::simd128::decrypt

source ยท
pub fn decrypt(
    key: &Chacha20Key,
    ctxt_msg: &mut [u8],
    iv: Iv,
    aad: &[u8],
    tag: &Tag,
) -> Result<(), Error>
Expand description

128-bit SIMD decrypt.

This function requires

  • x86_64: AVX, SSE2, SSE3, SSE4.1
  • ARM: Arm64, NEON
  • s390x: z14