aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorlloyd <[email protected]>2008-11-17 06:45:56 +0000
committerlloyd <[email protected]>2008-11-17 06:45:56 +0000
commit108685e00f315783fec580a1db81067bc17e3379 (patch)
tree38cdae96b5b246443ef62f95554e0a896a0ea929 /doc
parent26f35fc5d648393b6d0c3ac914893b65c0f26bec (diff)
Optimize AES decryption in the same manner as the last changes to AES encryption.
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 985494af6..fe4daa026 100644
--- a/doc/log.txt
+++ b/doc/log.txt
@@ -2,6 +2,7 @@
* 1.7.22, ????-??-??
- Add provider preferences to Algorithm_Factory
- Fixed memory leaks in PBE_PKCS5v20 and get_pbe
+ - Optimize AES encryption and decryption (about 10% faster)
* 1.7.21, 2008-11-11
- Make algorithm lookup much more configuable