- Jul 07, 2012
-
-
Niels Möller authored
-
- Feb 18, 2012
-
-
Niels Möller authored
-
- Sep 17, 2008
-
-
Niels Möller authored
loop twice. Gave a modest speedup. Rev: nettle/x86/arcfour-crypt.asm:1.2
-
- Apr 26, 2006
-
-
Niels Möller authored
* x86/aes-encrypt-internal.asm: Likewise. * x86/arcfour-crypt.asm: Likewise. * x86/md5-compress.asm: Likewise. * x86/sha1-compress.asm: Likewise. Rev: src/nettle/x86/aes-decrypt-internal.asm:1.3 Rev: src/nettle/x86/aes-encrypt-internal.asm:1.4 Rev: src/nettle/x86/arcfour-crypt.asm:1.15 Rev: src/nettle/x86/md5-compress.asm:1.6 Rev: src/nettle/x86/sha1-compress.asm:1.13
-
- Oct 17, 2005
-
-
Niels Möller authored
* asm.m4 (ARCFOUR): New struct. Rev: src/nettle/asm.m4:1.15 Rev: src/nettle/x86/arcfour-crypt.asm:1.14
-
- Oct 05, 2005
-
-
Niels Möller authored
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
-
- Nov 17, 2004
-
-
Niels Möller authored
* x86/aes-encrypt.asm: Likewise. * x86/aes-decrypt.asm: Likewise. * x86/arcfour-crypt.asm: Likewise. Rev: src/nettle/x86/aes-decrypt.asm:1.20 Rev: src/nettle/x86/aes-encrypt.asm:1.21 Rev: src/nettle/x86/arcfour-crypt.asm:1.12 Rev: src/nettle/x86/sha1-compress.asm:1.6
-
- Oct 26, 2004
-
-
Niels Möller authored
Rev: src/nettle/x86/arcfour-crypt.asm:1.11
-
- Oct 24, 2004
-
-
Niels Möller authored
bost src and dst pointers in the loop, and use plain addb when updating j. These two previous changes slowed the code down on AMD Duron. Rev: src/nettle/x86/arcfour-crypt.asm:1.10
-
- Oct 20, 2004
-
-
Niels Möller authored
precomputing the offset between src and dst. Rev: src/nettle/x86/arcfour-crypt.asm:1.9
-
Niels Möller authored
addl + andl $0xff, improving speed on PPro by another 15%. Rev: src/nettle/x86/arcfour-crypt.asm:1.8
-
- Oct 18, 2004
-
-
Niels Möller authored
incl + andl, to improve speed on PPro and PII. Suggested by Fredrik Olsson. Rev: src/nettle/x86/arcfour-crypt.asm:1.7
-
- Feb 06, 2004
-
-
Niels Möller authored
Rev: src/nettle/x86/arcfour-crypt.asm:1.6
-
- Feb 05, 2004
-
-
Niels Möller authored
the S array swap was forgotten. * arcfour.c (arcfour_stream): Likewise. * arcfour-crypt.c (arcfour_crypt): Likewise. Rev: src/nettle/ChangeLog:1.233 Rev: src/nettle/arcfour-crypt.c:1.2 Rev: src/nettle/arcfour.c:1.6 Rev: src/nettle/x86/arcfour-crypt.asm:1.5
-
Niels Möller authored
i, j at the end of the loop. Rev: src/nettle/x86/arcfour-crypt.asm:1.4
-
Niels Möller authored
Rev: src/nettle/x86/arcfour-crypt.asm:1.3
-
Niels Möller authored
Fixed debug information. Rev: src/nettle/x86/arcfour-crypt.asm:1.2
-
Niels Möller authored
the optimized C code. Rev: src/nettle/x86/arcfour-crypt.asm:1.1
-