mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-03-24 13:11:10 +01:00
CCM requires one of the 128-bit-block block ciphers to be useful, just like GCM. GCM and CCM need the cipher module. ChaChaPoly needs ChaCha20 and Poly1305. Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>