aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorlloyd <[email protected]>2009-10-06 14:12:34 +0000
committerlloyd <[email protected]>2009-10-06 14:12:34 +0000
commita37a57edd56b3fcf449f7028f4fd70a2efb9c789 (patch)
tree069f89dadcdf395f85e1eb77f7b42232fc231f22 /doc
parent0e754f618419f586d8e56bd7632328390eff4b55 (diff)
Add an implementation of threshold secret sharing from draft-mcgrew-tss-02
Diffstat (limited to 'doc')
-rw-r--r--doc/log.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/log.txt b/doc/log.txt
index c0193c235..c321fee5b 100644
--- a/doc/log.txt
+++ b/doc/log.txt
@@ -1,9 +1,10 @@
* 1.9.1-pre, 2009-??-??
- - Enable SSE2 optimizations under Visual C++
- - Add runtime checking for SSE2 availability
- Add an implementation of Blue Midnight Wish (Round 2 tweak version)
+ - Add threshold secret sharing (draft-mcgrew-tss-02)
+ - Add runtime cpu feature detection for x86/x86-64
- Alter Skein-512 to match the tweaked 1.2 specification
+ - Enable SSE2 optimizations under Visual C++
* 1.9.0, 2009-09-09
- Add support for parallel invocation of block ciphers where possible