diff options
author | Niels Möller <nisse@lysator.liu.se> | 2014-03-04 14:01:38 +0100 |
---|---|---|
committer | Niels Möller <nisse@lysator.liu.se> | 2014-03-04 14:01:38 +0100 |
commit | 626464da77810731495d34325989057a0dc9b38b (patch) | |
tree | aba8104d33997118408d3d94250f3f51871e754c /ChangeLog | |
parent | 2c09c732222df4d25cb9e943201d05726feb73e2 (diff) | |
download | nettle-626464da77810731495d34325989057a0dc9b38b.tar.gz |
Drop support for 128-bit chacha keys.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +2014-03-04 Niels Möller <nisse@lysator.liu.se> + + * chacha128-set-key.c (chacha128_set_key): Deleted file and + function. Support for 128-bit chacha keys may be reintroduced + later, if really needed. + * chacha.h: Deleted chacha128-related declarations. + * chacha-set-key.c (chacha_set_key): Drop support for 128-bit + keys. + * testsuite/chacha-test.c (test_main): #if:ed out all tests with + 128-bit keys. + 2014-02-16 Niels Möller <nisse@lysator.liu.se> * gcm.h: Declarations for gcm-camellia256. |