]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
*** empty log message ***
authorNiels Möller <nisse@lysator.liu.se>
Fri, 6 Feb 2004 08:58:36 +0000 (09:58 +0100)
committerNiels Möller <nisse@lysator.liu.se>
Fri, 6 Feb 2004 08:58:36 +0000 (09:58 +0100)
Rev: src/nettle/ChangeLog:1.235

ChangeLog

index 4ad068d075df183ed3d26f7e30ad2b22a35b7e62..487511a540e0c610b9e1118540919b9a58cdda9a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,19 @@
+2004-02-06  Niels Möller  <nisse@lysator.liu.se>
+
+       * x86/sha1-compress.asm: Assembler implementation of
+       sha1_compress. (Not yet working).
+
+       * Makefile.am (libnettle_a_SOURCES): Added sha1-compress.c.
+
+       * sha1.c (sha1_transform): Function renamed to sha1_compress, and
+       moved to... 
+       * sha1-compress.c: ... New file.
+
 2004-02-05  Niels Möller  <nisse@lysator.liu.se>
 
+       * examples/rsa-encrypt.c (process_file): Copy the leftover to the
+       start of the buffer, when preparing for the final processing.
+
        * examples/nettle-benchmark.c (bench_hash, time_hash): New functions.
        (main): Benchmark hash functions too.
        (BENCH_BLOCK): Increased 10K.