diff options
author | lloyd <[email protected]> | 2014-02-08 14:38:10 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2014-02-08 14:38:10 +0000 |
commit | d0f4cf5eb7fb1c7cc4484ce9b8df3704b6bc8122 (patch) | |
tree | 9880ea3ba5da58b8bf5a3a3e23ac88c2ceafe2e5 /doc/relnotes | |
parent | fd9b6a6cd6ce791cf2593a23bde4174daeebb05a (diff) |
Remove Square, Skipjack, Luby-Rackoff, and Blue Midnight Wish.
Diffstat (limited to 'doc/relnotes')
-rw-r--r-- | doc/relnotes/1_11_8.rst | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/relnotes/1_11_8.rst b/doc/relnotes/1_11_8.rst index 0c670a9a9..7f4c4374d 100644 --- a/doc/relnotes/1_11_8.rst +++ b/doc/relnotes/1_11_8.rst @@ -1,7 +1,7 @@ Version 1.11.8, Not Yet Released ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -* The ChaCha20 cipher has been added +* The ChaCha20 stream cipher has been added. * CMAC now supports 256 and 512 bit block ciphers, which also allows the use of larger block ciphers with EAX mode. In particular this @@ -10,6 +10,10 @@ Version 1.11.8, Not Yet Released * The antique PBES1 private key encryption scheme (which only supports DES or 64-bit RC2) has been removed. +* The Square, Skipjack, and Luby-Rackoff block ciphers have been removed. + +* The Blue Midnight Wish hash function has been removed. + * Skein-512 no longer supports output lengths greater than 512 bits. * Skein did not reset its internal state properly if clear() was |