diff --git a/doc/crypto.dox b/doc/crypto.dox index d2546451..45564857 100644 --- a/doc/crypto.dox +++ b/doc/crypto.dox @@ -27,7 +27,7 @@ \section crypto_algorithms Supported Algorithms \li Block ciphers: AES128, AES192, AES256, Speck -\li Block cipher modes: CTR, CFB, CBC, OFB, GCM +\li Block cipher modes: CTR, CFB, CBC, OFB, EAX, GCM \li Stream ciphers: ChaCha \li Authenticated encryption with associated data (AEAD): ChaChaPoly, EAX, GCM \li Hash algorithms: SHA256, SHA512, SHA3_256, SHA3_512, BLAKE2s, BLAKE2b (regular and HMAC modes) diff --git a/doc/mainpage.dox b/doc/mainpage.dox index 27c319a0..052fd0dc 100644 --- a/doc/mainpage.dox +++ b/doc/mainpage.dox @@ -92,7 +92,7 @@ realtime clock and the LCD library to implement an alarm clock. \section main_Crypto Cryptographic Library \li Block ciphers: AES128, AES192, AES256, Speck -\li Block cipher modes: CTR, CFB, CBC, OFB, GCM +\li Block cipher modes: CTR, CFB, CBC, OFB, EAX, GCM \li Stream ciphers: ChaCha \li Authenticated encryption with associated data (AEAD): ChaChaPoly, EAX, GCM \li Hash algorithms: SHA256, SHA512, SHA3_256, SHA3_512, BLAKE2s, BLAKE2b (regular and HMAC modes)