diff options
author | Jack Lloyd <[email protected]> | 2017-08-22 19:48:07 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2017-08-23 10:39:22 -0400 |
commit | 74fc1bd10220775baad957c1cd96a81b253972f3 (patch) | |
tree | 3e4e097b9063dff17fd1ea69f0361fe0403d3f3c | |
parent | 846aca009fb68260a06f219e500f3c0b1ad51c03 (diff) |
Update docs
-rw-r--r-- | news.rst | 2 | ||||
-rw-r--r-- | readme.rst | 6 |
2 files changed, 5 insertions, 3 deletions
@@ -7,6 +7,8 @@ Version 2.3.0, Not Yet Released * Add the SHACAL2 block cipher, including optimizations using SIMD and SHA-NI instructions. (GH #1151) +* Add the ARIA block cipher (GH #1004 and #1157) + * Optimized the CMAC polynomial doubling operation, and removed a small timing channel due to a conditional operation. diff --git a/readme.rst b/readme.rst index b2efafd73..de0ced0f0 100644 --- a/readme.rst +++ b/readme.rst @@ -163,9 +163,9 @@ Ciphers, hashes, MACs, and checksums * Authenticated cipher modes EAX, OCB, GCM, SIV, CCM, and ChaCha20Poly1305 * Cipher modes CTR, CBC, XTS, CFB, and OFB -* Block ciphers AES, Serpent, Blowfish, Twofish, Threefish-512, - DES/3DES, SM4, Noekeon, IDEA, CAST-128, XTEA, SEED, KASUMI, GOST 28147, - MISTY1, Lion, CAST-256 +* Block ciphers AES, ARIA, Blowfish, Camellia, CAST-128, CAST-256, + DES/3DES, GOST 28147, IDEA, KASUMI, Lion, MISTY1, Noekeon, SEED, + Serpent, SHACAL2, SM4, Threefish-512, Twofish, XTEA * Stream ciphers ChaCha20, Salsa20/XSalsa20, SHAKE-128, and RC4 * Hash functions SHA-1, SHA-2, SHA-3, RIPEMD-160, Skein-512, BLAKE2b, SM3, Tiger, Whirlpool, GOST 34.11, MD5, MD4 |