1
0
mirror of https://github.com/taigrr/arduinolibs synced 2025-01-18 04:33:12 -08:00

EAX is a block cipher mode - add to docs

This commit is contained in:
Rhys Weatherley 2016-02-14 08:29:35 +10:00
parent c624a3eab3
commit 945289b25b
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@
\section crypto_algorithms Supported Algorithms \section crypto_algorithms Supported Algorithms
\li Block ciphers: AES128, AES192, AES256, Speck \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 Stream ciphers: ChaCha
\li Authenticated encryption with associated data (AEAD): ChaChaPoly, EAX, GCM \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) \li Hash algorithms: SHA256, SHA512, SHA3_256, SHA3_512, BLAKE2s, BLAKE2b (regular and HMAC modes)

View File

@ -92,7 +92,7 @@ realtime clock and the LCD library to implement an alarm clock.
\section main_Crypto Cryptographic Library \section main_Crypto Cryptographic Library
\li Block ciphers: AES128, AES192, AES256, Speck \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 Stream ciphers: ChaCha
\li Authenticated encryption with associated data (AEAD): ChaChaPoly, EAX, GCM \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) \li Hash algorithms: SHA256, SHA512, SHA3_256, SHA3_512, BLAKE2s, BLAKE2b (regular and HMAC modes)