From: Niels Möller Date: Fri, 6 Feb 2004 08:58:36 +0000 (+0100) Subject: *** empty log message *** X-Git-Tag: nettle_1.9_release_20040207~27 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=220922759cdc415888533e1c5e4e0e6c87598e83;p=thirdparty%2Fnettle.git *** empty log message *** Rev: src/nettle/ChangeLog:1.235 --- diff --git a/ChangeLog b/ChangeLog index 4ad068d0..487511a5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,19 @@ +2004-02-06 Niels Möller + + * 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 + * 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.