diff options
author | lloyd <[email protected]> | 2012-01-28 06:44:08 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2012-01-28 06:44:08 +0000 |
commit | fd6a59f73b4b6d65966b61e8e7a8cda050a4ba43 (patch) | |
tree | 47cd5e3e92615b87b1da19b7148048cfbb71467f /doc | |
parent | 1b12d3afbd32e8e0bd39900dfb9359e2b9a9af99 (diff) |
Add a slow but functional implementation of Camellia
Diffstat (limited to 'doc')
-rw-r--r-- | doc/log.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/log.txt b/doc/log.txt index 94c760a8a..38944227b 100644 --- a/doc/log.txt +++ b/doc/log.txt @@ -10,6 +10,8 @@ Series 1.10 Version 1.10.2, Not Yet Released ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +* Add the Camellia block cipher + * An implementation of SRP-6a compatible with the specification in RFC 5054 is now available in srp6.h |