aws_lc_rs::aead

Constant CHACHA20_POLY1305

Source
pub const CHACHA20_POLY1305: Algorithm;
Expand description

ChaCha20-Poly1305 as described in RFC 7539.

The keys are 256 bits long and the nonces are 96 bits long.