update ChangeLog

This commit is contained in:
Mirek Kratochvil 2014-04-05 14:22:48 +02:00
parent c5cf430ab5
commit 958e878fd6

View file

@ -1,6 +1,12 @@
Codecrypt ChangeLog
- remove RC4 usage from FMTSEQ, replace with ChaCha20, rename algos
- fix possible side-channel attack on F-O decryption timing
- remove RC4 from standard PRNG
- add XSYND
- add ChaCha20
- virtualize the stream ciphers
- fix fmtseq short message padding bug (fixed by previous)