aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorlloyd <[email protected]>2011-01-20 13:53:14 +0000
committerlloyd <[email protected]>2011-01-20 13:53:14 +0000
commit599204c32af04c29168f8df7dda4fb09a8b6402a (patch)
tree5f79a2155117961a0bbe600b8d292baffff63fcd /doc
parent858c81d74f5111594846b021a77c29224dd0e1ea (diff)
Update Keccak to the round 3 variant announced 2011-01-17
Only change is the padding rule. It 'simplifies' the padding by making it less flexible and harder to implement efficiently. :(
Diffstat (limited to 'doc')
-rw-r--r--doc/log.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/log.txt b/doc/log.txt
index 31305952a..b8b6ad53c 100644
--- a/doc/log.txt
+++ b/doc/log.txt
@@ -1,5 +1,6 @@
* 1.9.13-dev, ????-??-??
+ - Update Keccak to the round 3 variant
* 1.9.12, 2010-12-13
- Add the Keccak hash function