aboutsummaryrefslogtreecommitdiffstats
path: root/doc/log.txt
diff options
context:
space:
mode:
authorlloyd <[email protected]>2010-01-22 04:15:54 +0000
committerlloyd <[email protected]>2010-01-22 04:15:54 +0000
commitc9672d69689b7bdbec89ab2a9193aaca948acb76 (patch)
tree7face090ccdf6fd6ba6742d42cc8a86f1f29eef2 /doc/log.txt
parent59471c89f3ef3f9c65fa5f05b1a2159d5b63d200 (diff)
Add SQLite3 encryption codec, contributed by Olivier de Gaalon. Uses
Twofish in XTS mode for encryption by default, but is easily tweakable.
Diffstat (limited to 'doc/log.txt')
-rw-r--r--doc/log.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/log.txt b/doc/log.txt
index bb84922d2..3db4205f3 100644
--- a/doc/log.txt
+++ b/doc/log.txt
@@ -4,6 +4,7 @@
- Add SSE2 implementation of IDEA
- 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
- Add a block cipher cascade construction
- Add support for Win32 high resolution system timers
- Remove Timer class entirely