]>
git.ipfire.org Git - thirdparty/nettle.git/log
Niels Möller [Sun, 16 Oct 2005 12:24:13 +0000 (14:24 +0200)]
* sparc/machine.m4 (AES_FINAL_ROUND): Better scheduling, by
interleaving independent operations.
Rev: src/nettle/sparc/aes-encrypt-internal.asm:1.10
Rev: src/nettle/sparc/machine.m4:1.11
Niels Möller [Sun, 16 Oct 2005 11:52:49 +0000 (13:52 +0200)]
* sparc/machine.m4 (TMP3): A third temporary register.
(AES_FINAL_ROUND): Prepared for scheduling.
Rev: src/nettle/sparc/machine.m4:1.10
Niels Möller [Sun, 16 Oct 2005 11:39:37 +0000 (13:39 +0200)]
* sparc/machine.m4 (AES_ROUND): Deleted unused argument T. Updated
all calls in aes-encrypt-internal.asm.
Rev: src/nettle/sparc/aes-encrypt-internal.asm:1.9
Rev: src/nettle/sparc/machine.m4:1.9
Niels Möller [Sun, 16 Oct 2005 10:54:52 +0000 (12:54 +0200)]
* sparc/machine.m4 (AES_ROUND): New loop invariants T0-T3, to
avoid the additions of the AES_TABLEx constants in the inner loop.
Rev: src/nettle/sparc/aes-encrypt-internal.asm:1.8
Rev: src/nettle/sparc/machine.m4:1.8
Niels Möller [Sun, 16 Oct 2005 10:27:49 +0000 (12:27 +0200)]
*** empty log message ***
Rev: src/nettle/ChangeLog:1.350
Niels Möller [Sun, 16 Oct 2005 10:27:41 +0000 (12:27 +0200)]
* sparc/machine.m4 (AES_ROUND): Better scheduling, by
interleaving independent operations.
Rev: src/nettle/sparc/aes-encrypt-internal.asm:1.7
Rev: src/nettle/sparc/machine.m4:1.7
Niels Möller [Sun, 16 Oct 2005 10:08:45 +0000 (12:08 +0200)]
* sparc/machine.m4 (AES_ROUND): Annotated instructions.
Rev: src/nettle/sparc/machine.m4:1.6
Niels Möller [Sun, 16 Oct 2005 10:06:02 +0000 (12:06 +0200)]
* sparc/machine.m4 (AES_ROUND): Alternate between using TMP1 and
TMP2, to prepare for scheduling.
Rev: src/nettle/sparc/machine.m4:1.5
Niels Möller [Sun, 16 Oct 2005 09:58:44 +0000 (11:58 +0200)]
* sparc/aes-encrypt-internal.asm: Renamed Ti -> Xi.
Rev: src/nettle/sparc/aes-encrypt-internal.asm:1.6
Niels Möller [Sun, 16 Oct 2005 09:53:17 +0000 (11:53 +0200)]
*** empty log message ***
Rev: src/nettle/ChangeLog:1.349
Niels Möller [Sun, 16 Oct 2005 09:53:12 +0000 (11:53 +0200)]
* sparc/aes-encrypt-internal.asm: Fixed bugs. Now passes the
testsuite.
Rev: src/nettle/sparc/aes-encrypt-internal.asm:1.5
Niels Möller [Sun, 16 Oct 2005 09:52:10 +0000 (11:52 +0200)]
* sparc/machine.m4 (AES_ROUND, AES_FINAL_ROUND): Bugfixes. Put
NOPs in the load dely slots.
Rev: src/nettle/sparc/machine.m4:1.4
Niels Möller [Sat, 15 Oct 2005 23:10:49 +0000 (01:10 +0200)]
Comment change.
Rev: src/nettle/sparc/aes-encrypt-internal.asm:1.4
Niels Möller [Sat, 15 Oct 2005 22:58:53 +0000 (00:58 +0200)]
*** empty log message ***
Rev: src/nettle/ChangeLog:1.348
Niels Möller [Sat, 15 Oct 2005 22:58:32 +0000 (00:58 +0200)]
Implemented. Not yet working, and not optimized.
Rev: src/nettle/sparc/aes-encrypt-internal.asm:1.3
Niels Möller [Sat, 15 Oct 2005 22:56:17 +0000 (00:56 +0200)]
Use TMP1 and TMP2, so we don't need to pass
them as arguments.
(AES_FINAL_ROUND): New macro.
Rev: src/nettle/sparc/machine.m4:1.3
Niels Möller [Sat, 15 Oct 2005 21:27:19 +0000 (23:27 +0200)]
*** empty log message ***
Rev: src/nettle/ChangeLog:1.347
Rev: src/nettle/sparc/aes-encrypt-internal.asm:1.2
Niels Möller [Sat, 15 Oct 2005 21:14:04 +0000 (23:14 +0200)]
* configure.ac (OBJDUMP): Substitute the program false if objdump
is not found.
Rev: src/nettle/configure.ac:1.68
Niels Möller [Sat, 15 Oct 2005 18:08:03 +0000 (20:08 +0200)]
*** empty log message ***
Rev: src/nettle/ChangeLog:1.346
Niels Möller [Sat, 15 Oct 2005 18:07:56 +0000 (20:07 +0200)]
(PROLOGUE): Use TYPE_FUNCTION.
Rev: src/nettle/asm.m4:1.12
Niels Möller [Sat, 15 Oct 2005 18:07:30 +0000 (20:07 +0200)]
Substitute ASM_TYPE_FUNCTION as TYPE_FUNCTION.
Rev: src/nettle/config.m4.in:1.5
Niels Möller [Sat, 15 Oct 2005 18:07:00 +0000 (20:07 +0200)]
* configure.ac (ASM_ELF_STYLE): Check for %function and #function,
but not for @function.
(ASM_TYPE_FUNCTION): New substituted variable.
Rev: src/nettle/configure.ac:1.67
Niels Möller [Sat, 15 Oct 2005 17:26:41 +0000 (19:26 +0200)]
*** empty log message ***
Rev: src/nettle/ChangeLog:1.345
Niels Möller [Sat, 15 Oct 2005 17:26:22 +0000 (19:26 +0200)]
(ASM_ELF_STYLE): Fixed .type,@function statement
used when checking for pseudo operations.
Rev: src/nettle/configure.ac:1.66
Niels Möller [Sat, 15 Oct 2005 17:23:46 +0000 (19:23 +0200)]
*** empty log message ***
Rev: src/nettle/ChangeLog:1.344
Niels Möller [Sat, 15 Oct 2005 17:21:56 +0000 (19:21 +0200)]
(AES_LOAD, AES_ROUND): Started writing new AES
macros.
Rev: src/nettle/sparc/machine.m4:1.2
Niels Möller [Sat, 15 Oct 2005 17:21:10 +0000 (19:21 +0200)]
Comment changes.
Rev: src/nettle/sparc/aes.asm:1.126
Niels Möller [Sat, 15 Oct 2005 17:20:53 +0000 (19:20 +0200)]
New file.
Rev: src/nettle/sparc/aes-encrypt-internal.asm:1.1
Niels Möller [Fri, 14 Oct 2005 21:56:37 +0000 (23:56 +0200)]
* configure.ac: When looking for assembler files, link in
aes-encrypt-internal.asm and aes-decrypt-internal.asm. Don't look
for aes.asm, aes-encrypt.asm and aes-decrypt.asm.
Rev: src/nettle/configure.ac:1.65
Niels Möller [Fri, 14 Oct 2005 21:56:00 +0000 (23:56 +0200)]
* x86/aes-decrypt.asm, x86/aes-encrypt.asm: Deleted files.
Rev: src/nettle/x86/aes-decrypt.asm:1.22(DEAD)
Rev: src/nettle/x86/aes-encrypt.asm:1.23(DEAD)
Niels Möller [Fri, 14 Oct 2005 21:54:33 +0000 (23:54 +0200)]
* x86/aes-decrypt-internal.asm: New file.
Rev: src/nettle/x86/aes-decrypt-internal.asm:1.1
Niels Möller [Fri, 14 Oct 2005 21:54:08 +0000 (23:54 +0200)]
Trivial whitespace changes.
Rev: src/nettle/x86/aes-encrypt-internal.asm:1.2
Niels Möller [Fri, 14 Oct 2005 21:45:51 +0000 (23:45 +0200)]
Changed AES macros, to handle a table register.
Also take more of the used registers as argument.
Rev: src/nettle/x86/machine.m4:1.9
Niels Möller [Fri, 14 Oct 2005 21:44:07 +0000 (23:44 +0200)]
* x86/aes-encrypt-internal.asm: Rewritten to match new interface,
with the table pointer as an argument. Unlike the old code, this
should really be position independent.
Rev: src/nettle/x86/aes-encrypt-internal.asm:1.1
Niels Möller [Fri, 14 Oct 2005 19:46:54 +0000 (21:46 +0200)]
(OBJDUMP): Use AC_CHECK_TOOL to check for objdump.
(ASM_MARK_NOEXEC_STACK): Use $OBJDUMP when examining the object file.
Rev: src/nettle/configure.ac:1.64
Niels Möller [Fri, 14 Oct 2005 19:41:50 +0000 (21:41 +0200)]
*** empty log message ***
Rev: src/nettle/ChangeLog:1.343
Niels Möller [Fri, 14 Oct 2005 19:41:39 +0000 (21:41 +0200)]
(nettle_SOURCES): Removed aes.c,
aes-decrypt-table.c. Added aes-decrypt-internal.c and aes-encrypt-internal.c.
Rev: src/nettle/Makefile.in:1.25
Niels Möller [Fri, 14 Oct 2005 19:40:04 +0000 (21:40 +0200)]
Reduced support for AES_SMALL.
Rev: src/nettle/aes-internal.h:1.12
Niels Möller [Fri, 14 Oct 2005 19:39:11 +0000 (21:39 +0200)]
Deleted files.
Rev: src/nettle/aes-decrypt-table.c:1.5(DEAD)
Rev: src/nettle/aes.c:1.13(DEAD)
Niels Möller [Fri, 14 Oct 2005 19:37:52 +0000 (21:37 +0200)]
Reverted move of _aes_encrypt_table.
Rev: src/nettle/aes-encrypt.c:1.7
Niels Möller [Fri, 14 Oct 2005 19:29:25 +0000 (21:29 +0200)]
(_aes_decrypt_table): Moved table here, and made
static.
Rev: src/nettle/aes-decrypt.c:1.6
Niels Möller [Fri, 14 Oct 2005 19:28:51 +0000 (21:28 +0200)]
(_aes_encrypt_table): Moved table here. Still
globally visible, since it is needed by aes_set_encrypt_key.
Rev: src/nettle/aes-encrypt.c:1.6
Niels Möller [Fri, 14 Oct 2005 19:26:18 +0000 (21:26 +0200)]
(_aes_decrypt_table): Don't declare, it's no
longer globally visible.
Rev: src/nettle/aes-internal.h:1.11
Niels Möller [Fri, 14 Oct 2005 19:23:55 +0000 (21:23 +0200)]
Comment changes.
Rev: src/nettle/aes-encrypt-internal.c:1.2
Niels Möller [Fri, 14 Oct 2005 19:23:38 +0000 (21:23 +0200)]
(_nettle_aes_decrypt): New AES decryption
function, analogous to _nettle_aes_encrypt.
Rev: src/nettle/aes-decrypt-internal.c:1.1
Niels Möller [Fri, 14 Oct 2005 13:31:28 +0000 (15:31 +0200)]
*** empty log message ***
Rev: src/nettle/ChangeLog:1.342
Niels Möller [Fri, 14 Oct 2005 13:30:57 +0000 (15:30 +0200)]
(AES_ROUND, AES_FINAL_ROUND): New macros.
Rev: src/nettle/aes-internal.h:1.10
Niels Möller [Fri, 14 Oct 2005 13:30:13 +0000 (15:30 +0200)]
(_nettle_aes_encrypt): New AES encryption
function, avoiding the tablebased indexing.
Rev: src/nettle/aes-encrypt-internal.c:1.1
Niels Möller [Fri, 14 Oct 2005 13:27:46 +0000 (15:27 +0200)]
* sha1-compress.c: Added debugging code.
* md5-compress.c: Likewise.
Rev: src/nettle/md5-compress.c:1.2
Rev: src/nettle/sha1-compress.c:1.3
Niels Möller [Thu, 13 Oct 2005 15:13:22 +0000 (17:13 +0200)]
*** empty log message ***
Rev: src/nettle/ChangeLog:1.341
Niels Möller [Thu, 13 Oct 2005 15:13:15 +0000 (17:13 +0200)]
(ASM_MARK_NOEXEC_STACK): Use a diversion, to
substitute the value of ASM_MARK_NOEXEC_STACK at the end of each
assembler file.
Rev: src/nettle/config.m4.in:1.4
Niels Möller [Thu, 13 Oct 2005 15:12:13 +0000 (17:12 +0200)]
* configure.ac (ASM_MARK_NOEXEC_STACK): Check if the C compiler
generates a .note.GNU-stack section. If so, we should do the same
in our assembler files.
Rev: src/nettle/configure.ac:1.63
Niels Möller [Thu, 13 Oct 2005 12:33:37 +0000 (14:33 +0200)]
*** empty log message ***
Rev: src/nettle/ChangeLog:1.340
Henrik Grubbström (Grubba) [Thu, 13 Oct 2005 12:33:32 +0000 (14:33 +0200)]
New file. Copy of sparc/aes.asm, with minor
changes to the stack frame layout. Patch contributed by Henrik
Grubbström. Not yet tested.
Rev: src/nettle/sparc64/aes.asm:1.1
Rev: src/nettle/sparc64/machine.m4:1.1
Niels Möller [Thu, 13 Oct 2005 12:31:01 +0000 (14:31 +0200)]
Don't allocate space for a stack copy of the input.
Rev: src/nettle/x86/md5-compress.asm:1.5
Niels Möller [Thu, 13 Oct 2005 12:24:14 +0000 (14:24 +0200)]
* x86/md5-compress.asm: Skip copying of input to the stack.
(F1): Fixed bug.
Rev: src/nettle/x86/md5-compress.asm:1.4
Niels Möller [Thu, 13 Oct 2005 12:22:07 +0000 (14:22 +0200)]
Document intermediate values for first
test case.
Rev: src/nettle/testsuite/md5-test.c:1.6
Niels Möller [Thu, 13 Oct 2005 12:21:34 +0000 (14:21 +0200)]
Comment fix.
Rev: src/nettle/testsuite/sha1-test.c:1.4
Niels Möller [Thu, 13 Oct 2005 12:21:18 +0000 (14:21 +0200)]
(asm_path): Check for sparc64, and use sparc64
subdirectory. Link in md5-compress.asm, if it exists.
Rev: src/nettle/configure.ac:1.62
Niels Möller [Thu, 13 Oct 2005 08:53:32 +0000 (10:53 +0200)]
*** empty log message ***
Rev: src/nettle/ChangeLog:1.339
Niels Möller [Thu, 13 Oct 2005 08:44:49 +0000 (10:44 +0200)]
(REF): Fixed caclulation of offset.
Rev: src/nettle/x86/md5-compress.asm:1.3
Niels Möller [Wed, 12 Oct 2005 20:56:23 +0000 (22:56 +0200)]
*** empty log message ***
Rev: src/nettle/ChangeLog:1.338
Niels Möller [Wed, 12 Oct 2005 20:56:03 +0000 (22:56 +0200)]
New file, with first attempt at md5 assembler. Not yet working.
Rev: src/nettle/x86/md5-compress.asm:1.2
Niels Möller [Wed, 12 Oct 2005 20:55:51 +0000 (22:55 +0200)]
* x86/machine.m4 (OFFSET): Moved macro, used to be in...
* x86/sha1-compress.asm (OFFSET): ... removed macro.
Rev: src/nettle/x86/machine.m4:1.8
Rev: src/nettle/x86/sha1-compress.asm:1.12
Niels Möller [Tue, 11 Oct 2005 17:10:59 +0000 (19:10 +0200)]
*** empty log message ***
Rev: src/nettle/ChangeLog:1.337
Niels Möller [Tue, 11 Oct 2005 17:10:25 +0000 (19:10 +0200)]
(nettle_SOURCES): Added md5-compress.c.
Rev: src/nettle/Makefile.in:1.24
Niels Möller [Tue, 11 Oct 2005 17:10:05 +0000 (19:10 +0200)]
Reorganized to use _nettle_md5_compress, in analogy with
sha1.c.
Rev: src/nettle/md5.c:1.9
Niels Möller [Tue, 11 Oct 2005 17:05:28 +0000 (19:05 +0200)]
(_nettle_md5_compress): New file and new function.
Rev: src/nettle/md5-compress.c:1.1
Rev: src/nettle/md5.h:1.8
Niels Möller [Tue, 11 Oct 2005 16:21:27 +0000 (18:21 +0200)]
*** empty log message ***
Rev: src/nettle/x86/md5-compress.asm:1.1
Niels Möller [Mon, 10 Oct 2005 17:27:37 +0000 (19:27 +0200)]
*** empty log message ***
Rev: src/nettle/ChangeLog:1.336
Niels Möller [Mon, 10 Oct 2005 17:27:32 +0000 (19:27 +0200)]
Ignore sha1-huge-test.
Rev: src/nettle/testsuite/.cvsignore:1.27
Niels Möller [Mon, 10 Oct 2005 17:27:21 +0000 (19:27 +0200)]
(EXTRA_SOURCES, EXTRA_TARGETS): New
variables, for test cases that are not run by default.
Rev: src/nettle/testsuite/Makefile.in:1.14
Niels Möller [Mon, 10 Oct 2005 17:26:26 +0000 (19:26 +0200)]
(test_main): New test case, with a
very large sha1 input.
Rev: src/nettle/testsuite/sha1-huge-test.c:1.1
Niels Möller [Mon, 10 Oct 2005 15:40:54 +0000 (17:40 +0200)]
(test_hash_large): New function.
Rev: src/nettle/testsuite/testutils.c:1.28
Rev: src/nettle/testsuite/testutils.h:1.23
Niels Möller [Mon, 10 Oct 2005 15:40:27 +0000 (17:40 +0200)]
(sha1_block): Deleted function; inlined where used.
(SHA1_INCR): New macro for incrementing the block count.
Rev: src/nettle/sha1.c:1.12
Niels Möller [Thu, 6 Oct 2005 19:38:18 +0000 (21:38 +0200)]
*** empty log message ***
Rev: src/nettle/ChangeLog:1.335
Niels Möller [Thu, 6 Oct 2005 19:38:08 +0000 (21:38 +0200)]
* configure.ac: Bumped version to 1.14.
Rev: src/nettle/configure.ac:1.61
Niels Möller [Thu, 6 Oct 2005 19:12:14 +0000 (21:12 +0200)]
Check for openssl/aes.h.
Rev: src/nettle/ChangeLog:1.334
Rev: src/nettle/configure.ac:1.60
Niels Möller [Thu, 6 Oct 2005 18:35:55 +0000 (20:35 +0200)]
(distdir): Use a loop to pick up the contents of
$(DISTFILES) from source and build directories. For some reason,
$? failed to find stamp-h.in in the source directory.
Rev: src/nettle/ChangeLog:1.333
Rev: src/nettle/Makefile.in:1.23
Niels Möller [Wed, 5 Oct 2005 21:24:58 +0000 (23:24 +0200)]
Mention windows support.
Rev: src/nettle/NEWS:1.22
Niels Möller [Wed, 5 Oct 2005 21:24:36 +0000 (23:24 +0200)]
*** empty log message ***
Rev: src/nettle/ChangeLog:1.332
Niels Möller [Wed, 5 Oct 2005 21:23:06 +0000 (23:23 +0200)]
* x86/aes-decrypt.asm: Use C_NAME(_nettle_aes_decrypt_table) when
using the AES_SUBST_BYTE macro. Use PROLOGUE and EPILOGUE.
* x86/sha1-compress.asm: Use PROLOGUE and EPILOGUE.
* x86/arcfour-crypt.asm: Likewise.
* x86/aes-encrypt.asm: Likewise.
Rev: src/nettle/x86/aes-encrypt.asm:1.22
Rev: src/nettle/x86/arcfour-crypt.asm:1.13
Rev: src/nettle/x86/sha1-compress.asm:1.11
Niels Möller [Wed, 5 Oct 2005 21:21:35 +0000 (23:21 +0200)]
Use C_NAME(_nettle_aes_decrypt_table) when
using the AES_SUBST_BYTE macro. Use PROLOGUE and EPILOGUE.
Rev: src/nettle/x86/aes-decrypt.asm:1.21
Niels Möller [Wed, 5 Oct 2005 21:19:45 +0000 (23:19 +0200)]
(ELF_STYLE): Substitute configure's ASM_ELF_STYLE.
Rev: src/nettle/config.m4.in:1.3
Niels Möller [Wed, 5 Oct 2005 21:19:05 +0000 (23:19 +0200)]
(PROLOGUE, EPILOGUE): New macros, checking the value of
ELF_STYLE. So far, used and tested only for the x86 assembler
files, and needed to make the assembler happy both with ELF
(linux, solaris) and COFF (windows).
Rev: src/nettle/asm.m4:1.11
Niels Möller [Wed, 5 Oct 2005 21:16:45 +0000 (23:16 +0200)]
* configure.ac (NM): Use AC_CHECK_TOOL to check for nm.
(ASM_SYMBOL_PREFIX): Use $NM when examining the object file.
(ASM_ELF_STYLE): New variable. Set to 'yes' if assembling a file
with ELF-style .type and .size pseudo ops works.
Rev: src/nettle/configure.ac:1.59
Niels Möller [Wed, 5 Oct 2005 15:55:54 +0000 (17:55 +0200)]
Ignore nettle.pdf. Removed entries for automake stamp files.
Rev: src/nettle/.cvsignore:1.18
Niels Möller [Wed, 5 Oct 2005 15:51:33 +0000 (17:51 +0200)]
*** empty log message ***
Rev: src/nettle/ChangeLog:1.331
Rev: src/nettle/NEWS:1.21
Niels Möller [Wed, 5 Oct 2005 15:39:10 +0000 (17:39 +0200)]
(TARGETS, DISTFILES): Added nettle.pdf.
(.texinfo.dvi, .dvi.ps, .ps.pdf): New targets, to build nettle.pdf.
(DOCTARGETS): New variable with targets that shouldn't be deleted
by make clean.
(maintainer-clean-here): New target. Deletes generated
documentation files.
Rev: src/nettle/Makefile.in:1.22
Niels Möller [Wed, 5 Oct 2005 15:26:43 +0000 (17:26 +0200)]
Define AUTHOR with accents, when running in TeX
mode, which doesn't handle latin-1 properly. Set UPDATED-FOR to
1.13. Updated copyright years, and introduced a COPYRIGHT-YEARS
symbol. Updated copyright section, to mention assembler
implementations.
(Cipher modes): Transformed the Cipher Block Chaining to a section
Cipher modes, describing both CBC and the new CTR mode.
Rev: src/nettle/nettle.texinfo:1.32
Niels Möller [Wed, 5 Oct 2005 14:57:00 +0000 (16:57 +0200)]
Comment fixes.
Rev: src/nettle/sha256.c:1.4
Niels Möller [Wed, 5 Oct 2005 14:56:43 +0000 (16:56 +0200)]
Deleted unused file.
Rev: src/nettle/x86/aes_tables.asm:1.2(DEAD)
Niels Möller [Wed, 5 Oct 2005 14:56:16 +0000 (16:56 +0200)]
Deleted contents. This file is needed just to
override aes.c, which isn't needed for the x86 implementation.
Rev: src/nettle/x86/aes.asm:1.13
Niels Möller [Wed, 5 Oct 2005 14:23:47 +0000 (16:23 +0200)]
(SHLIBMINOR): Increased minor number. Library
version is now libnettle.so.2.4, soname still libnettle.so.2.
Rev: src/nettle/configure.ac:1.58
Niels Möller [Wed, 5 Oct 2005 10:42:41 +0000 (12:42 +0200)]
(main): Reordered hash benchmarks.
Rev: src/nettle/examples/nettle-benchmark.c:1.16
Niels Möller [Wed, 5 Oct 2005 10:42:02 +0000 (12:42 +0200)]
*** empty log message ***
Rev: src/nettle/ChangeLog:1.330
Niels Möller [Wed, 5 Oct 2005 10:40:45 +0000 (12:40 +0200)]
(EXPAND): Use % 16 instead of & 15 to
compute offsets mod 16, since m4 on FreeBSD 49.RELEASE and NetBSD
doesn't implement & correctly in eval.
Rev: src/nettle/x86/sha1-compress.asm:1.10
Niels Möller [Mon, 3 Oct 2005 19:26:28 +0000 (21:26 +0200)]
*** empty log message ***
Rev: src/nettle/ChangeLog:1.329
Niels Möller [Mon, 3 Oct 2005 19:25:52 +0000 (21:25 +0200)]
(OFFSET): New macro.
(F3): Eliminated a movl.
(ROUNd): New argument, for k. When using F3, it's TMP3, on the
stack, otherwise, it is kept in TMP2, a register.
Rev: src/nettle/x86/sha1-compress.asm:1.9
Niels Möller [Mon, 3 Oct 2005 12:56:27 +0000 (14:56 +0200)]
*** empty log message ***
Rev: src/nettle/ChangeLog:1.328