diff options
author | lloyd <[email protected]> | 2010-03-03 00:47:19 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2010-03-03 00:47:19 +0000 |
commit | 265c39bd4efb3155ec68ea09018a3e83499862f9 (patch) | |
tree | f94564a2d332febdbd546ded6127d0b1e1246059 /doc | |
parent | e04cd85725b712c747ef5dbed2e94b7a7207ef22 (diff) |
Add XSalsa20
Diffstat (limited to 'doc')
-rw-r--r-- | doc/log.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/log.txt b/doc/log.txt index da624f223..2f15b82e6 100644 --- a/doc/log.txt +++ b/doc/log.txt @@ -4,6 +4,7 @@ - Add GOST 34.10-2001 public key signature scheme - Add SIMD implementation of Noekeon - Add SSE2 implementation of IDEA + - Extend Salsa20 to support longer IVs (XSalsa20) - Perform XTS encryption and decryption in parallel where possible - Perform CBC decryption in parallel where possible - Add SQLite3 db encryption codec, contributed by Olivier de Gaalon |