index
:
delta/nettle.git
aead-api
aead-tests
aes-cbc
aes-reorg
aes-struct-layout
api-opaque-fix
arm-salsa20-chacha-vsra
arm64
arm64-ecc
arm64-poly1305
arm64-sha1
attribute-deprecated
balloon
baserock/disable-documentation
baserock/morph
bcrypt
block16-refactor
bswap-header
chacha-3core-neon
chacha96
cmac-layout
cmac-support
cmac64
ctr-opt
curve25519
curve448
default-m4-quote-char
delete-1-way-neon
delete-arcfour-asm
delete-des-compat
delete-ecc-g
delete-internal-name-mangling
delete-old-aes
delete-rsa_blind
dsa-reorg
ecc-gost
ecc-params-tweak
ecc-sqrt
ecc-support
ecdsa-duplication-fix
ecdsa-weierstrass-only
ed448
experimental-20050201
export-sha256_compress
fat-build-by-default
fat-library
fix-chacha-counter
fix-x86_64-ghash-alignment
gcm-ctr-opt
ghash-refactor
ghash-sidechannel-silent
gosthash94cp
hkdf-support
invert-with-redc
lsh-1.4.2
master
master-updates
merge-pss
move-nettle_mac
nettle-2.7-fixes
nettle-arm64-chacha
nettle-ppc-test-power9
new-mod-inv
ocb-merge
ocb-mode
openssl-benchmark-update
optimize-ecc-invert
poly1305
poly1305-radix32
power-asm-wip
ppc-chacha-2core
ppc-chacha-4core
ppc-chacha-core
ppc-gcm
ppc-secp256-tweaks
ppc64-efv2-check
refactor-ecc-mod
refactor-poly1305
release-3.4-fixes
release-3.7-fixes
release-3.8-fixes
rename-data-symbols
require-gnu-make
rsa-crt-hardening
s390x
salsa20-2core-neon
secp256r1-mod
set_key-changes
sha256-compress-n
shake256
siv-mode
size_t-changes
skein
sm3
sm4
struct-layout
test-fat
test-ghash-internal
test-shlib-dir
use-mpn_cnd-functions
versioned-symbols
wip-siv-gcm
x86_64-aes-refactor
x86_64-gcm
x86_64-salsa20-2core
x86_64-sha_ni-sha1
x86_64-sha_ni-sha256
git.lysator.liu.se: nettle/nettle.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
x86
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Deleted unused file.
Niels Möller
2005-10-05
1
-2613
/
+0
*
Deleted contents. This file is needed just to
Niels Möller
2005-10-05
1
-98
/
+2
*
(EXPAND): Use % 16 instead of & 15 to
Niels Möller
2005-10-05
1
-6
/
+6
*
(OFFSET): New macro.
Niels Möller
2005-10-03
1
-155
/
+143
*
(_nettle_sha1_compress): Do byte order
Niels Möller
2005-10-02
1
-16
/
+44
*
New comment.
Niels Möller
2005-09-28
1
-0
/
+3
*
* x86/sha1-compress.asm: Use C_NAME for global symbols.
Niels Möller
2004-11-17
4
-28
/
+28
*
Use movzbl when extending %cl to 32 bits.
Niels Möller
2004-10-26
1
-1
/
+1
*
Reverted the latest two changes; update
Niels Möller
2004-10-24
1
-6
/
+7
*
* x86/arcfour-crypt.asm: Reduced inner loop by one instruction, by
Niels Möller
2004-10-20
1
-2
/
+2
*
(nettle_arcfour_crypt): Replaced addb ->
Niels Möller
2004-10-20
1
-3
/
+16
*
(nettle_arcfour_crypt): Replace incb ->
Niels Möller
2004-10-18
1
-1
/
+2
*
Comment on further optimization.
Niels Möller
2004-02-08
1
-0
/
+55
*
* x86/sha1-compress.asm: Rename round -> ROUND.
Niels Möller
2004-02-06
1
-95
/
+95
*
* x86/sha1-compress.asm: Store the magic constants on stack.
Niels Möller
2004-02-06
1
-113
/
+117
*
(EXPAND): Fixed the rotation part of the
Niels Möller
2004-02-06
1
-2
/
+4
*
Assembler implementation of
Niels Möller
2004-02-06
1
-0
/
+248
*
Comment fix.
Niels Möller
2004-02-06
1
-4
/
+4
*
* x86/arcfour-crypt.asm (nettle_arcfour_crypt): Bug fix, half of
Niels Möller
2004-02-05
1
-1
/
+2
*
* x86/arcfour-crypt.asm (nettle_arcfour_crypt): Must store the new
Niels Möller
2004-02-05
1
-0
/
+3
*
Fixed debug information.
Niels Möller
2004-02-05
1
-1
/
+1
*
* x86/aes-encrypt.asm, x86/aes-decrypt.asm, x86/arcfour-crypt.asm:
Niels Möller
2004-02-05
1
-1
/
+1
*
Fixed debug
Niels Möller
2004-02-05
2
-2
/
+2
*
New file. About three times faster than
Niels Möller
2004-02-05
1
-0
/
+75
*
(nettle_aes_encrypt): Fixed references to
Niels Möller
2003-04-14
2
-10
/
+10
*
* x86/aes-encrypt.asm (nettle_aes_encrypt): Renamed function to
Niels Möller
2003-04-12
2
-6
/
+6
*
Comment fix.
Niels Möller
2002-05-15
1
-0
/
+3
*
(aes_decrypt): Got rid if the xchgl instruction after the final
Niels Möller
2002-05-15
1
-3
/
+2
*
(aes_decrypt): Deleted first xchgl instruction into, permuting the
Niels Möller
2002-05-15
1
-10
/
+4
*
(aes_decrypt): Deleted first xchgl instruction into, permuting the
Niels Möller
2002-05-15
1
-5
/
+5
*
Minor cleanups to make the encrypt and decrypt code more similar.
Niels Möller
2002-05-15
2
-9
/
+12
*
(aes_decrypt): Use AES_STORE.
Niels Möller
2002-05-15
1
-18
/
+10
*
* x86/aes-encrypt.asm (aes_encrypt): Use AES_SUBST_BYTE.
Niels Möller
2002-05-15
1
-22
/
+4
*
(aes_encrypt): Use AES_SUBST_BYTE.
Niels Möller
2002-05-15
1
-19
/
+1
*
* x86/machine.m4: Renamed AES_LAST_ROUND to AES_FINAL_ROUND.
Niels Möller
2002-05-15
3
-10
/
+10
*
(aes_decrypt): Use AES_LAST_ROUND.
Niels Möller
2002-05-15
1
-53
/
+9
*
(aes_decrypt): Start using AES_ROUND. Fourth word.
Niels Möller
2002-05-15
1
-36
/
+1
*
(aes_decrypt): Start using AES_ROUND. Third word.
Niels Möller
2002-05-15
1
-18
/
+19
*
(aes_decrypt): Start using AES_ROUND. Second word.
Niels Möller
2002-05-15
1
-36
/
+1
*
* x86/aes-decrypt.asm (aes_decrypt): Use the AES_LOAD macro.
Niels Möller
2002-05-15
1
-40
/
+22
*
(aes_decrypt): Use the AES_LOAD macro.
Niels Möller
2002-05-15
1
-15
/
+20
*
* x86/aes-decrypt.asm (aes_decrypt): Moved function to a separate
Niels Möller
2002-05-15
3
-271
/
+268
*
(aes_decrypt): Use _aes_decrypt_table instead of
Niels Möller
2002-05-15
1
-13
/
+13
*
(aes_decrypt): Use _aes_decrypt_table instead of isbox.
Niels Möller
2002-05-15
1
-4
/
+4
*
(aes_decrypt): Use _aes_decrypt_table instead of
Niels Möller
2002-05-15
1
-4
/
+4
*
New file, empty at the start.
Niels Möller
2002-05-15
1
-0
/
+20
*
(aes_encrypt): Use test instead of cmpl $0,.
Niels Möller
2002-05-15
1
-1
/
+1
*
(AES_SUBST_BYTE): New macro.
Niels Möller
2002-05-15
1
-0
/
+26
*
* x86/aes-encrypt.asm (aes_encrypt): Replaced first quarter of the
Niels Möller
2002-05-14
1
-61
/
+9
*
* x86/aes-encrypt.asm (aes_encrypt): Replaced first quarter of the
Niels Möller
2002-05-14
1
-36
/
+3
[prev]
[next]