From: Niels Möller Date: Sun, 2 Oct 2005 20:44:06 +0000 (+0200) Subject: *** empty log message *** X-Git-Tag: nettle_1.13_release_20051006~27 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e3df06a047a0b226445f78de868fcbfbd2cddf2f;p=thirdparty%2Fnettle.git *** empty log message *** Rev: src/nettle/ChangeLog:1.326 --- diff --git a/ChangeLog b/ChangeLog index da4db6cc..0717300d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,19 @@ +2005-10-02 Niels Möller + + * x86/sha1-compress.asm (_nettle_sha1_compress): Do byte order + conversion, and store the input data on the stack. This leaves one + more register free for other uses. + + * examples/nettle-benchmark.c: Now display cycles/byte, if the -f + option is used to say what the clock frequency is. + + * sha1.c (sha1_block): Don't convert data from uint8_t to + uint32_t, that's now the responsibility of _nettle_sha1_compress. + + * sha.h (_nettle_sha1_compress): Changed interface. Second + argument is now a pointer to the input data in unaligned, + big-endian form. + 2005-09-28 Niels Möller * sha1.c (sha1_final): Call sha1_block, don't call the compression