Open
Description
Currently we don't have traits/types for authenticated encryption (without associated data). We could implement EtM, E&M and MTE constructs generically over stream ciphers/block modes and MACs. But it's not clear if we should follow block-modes
here and add implementations and traits into a single crait, or add AE trait(s) to the aead
crate.