diff lib/ChangeLog @ 6371:f003a21f905d

* gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation. Move memory allocation outside of loop.
author Simon Josefsson <simon@josefsson.org>
date Thu, 13 Oct 2005 07:49:05 +0000
parents 3283361ce6b7
children 56829cd68e67
line wrap: on
line diff
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,3 +1,8 @@
+2005-10-13  Simon Josefsson  <jas@extundo.com>
+
+	* gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
+	Move memory allocation outside of loop.
+
 2005-10-12  Simon Josefsson  <jas@extundo.com>
 
 	* gc-pbkdf2-sha1.c: New file.