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_64
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merged aes-reorg branch.
Niels Möller
2013-09-28
2
-55
/
+63
|
\
|
*
x86_64: Adapted aes assembly to new interrface.
Niels Möller
2013-05-20
2
-55
/
+63
*
|
New x86_64 assembly for gcm hashing.
Niels Möller
2013-09-22
1
-51
/
+146
*
|
Support optional assembly files for both nettle and hogweed.
Niels Möller
2013-09-09
1
-0
/
+130
|
/
*
Comment updates in umac asm files.
Niels Möller
2013-04-26
2
-2
/
+2
*
Comment updates in asm files.
Niels Möller
2013-04-26
6
-6
/
+6
*
Use size_t rather than unsigned for all cipher-related functions.
Niels Möller
2013-04-26
2
-12
/
+12
*
Updated some memxor comments.
Niels Möller
2013-04-24
1
-2
/
+2
*
Added nettle_ prefix to memxor symbols.
Niels Möller
2013-04-24
1
-4
/
+4
*
win64: Correctly read the fifth parameter from the stack if we've pushed xmm ...
Martin Storsjö
2013-04-23
1
-2
/
+6
*
sha: Add the missing W64_EXIT epilogue macro
Martin Storsjö
2013-04-23
2
-0
/
+2
*
salsa20: Don't return via W64_EXIT within the Lpartial subfunction
Martin Storsjö
2013-04-23
1
-2
/
+3
*
Use movdqu instead of movdqa for saving xmm registers
Martin Storsjö
2013-04-23
1
-20
/
+20
*
Switch to non-logarithmic ALIGN macro.
Niels Möller
2013-04-16
15
-33
/
+31
*
Deleted obsolete comment.
Niels Möller
2013-04-16
1
-6
/
+0
*
Fixed comment typo.
Niels Möller
2013-04-16
1
-1
/
+2
*
x86_64 assembly for umac_nh_n.
Niels Möller
2013-04-16
1
-0
/
+261
*
x86_64 assembly for umac_nh.
Niels Möller
2013-04-15
1
-0
/
+68
*
x86_64 sha3: Go via memory for moves between general registers and xmm regist...
Niels Möller
2013-04-11
1
-19
/
+31
*
Do the movd/movq workaround for the osx assembler, for sha3-permute
Martin Storsjö
2013-03-25
1
-18
/
+22
*
Comment fix.
Niels Möller
2013-03-13
1
-1
/
+1
*
x86_64 assembly for sha512.
Niels Möller
2013-03-13
2
-0
/
+200
*
x86_64 assembly for sha256.
Niels Möller
2013-03-13
1
-0
/
+196
*
x86_64 assembly for ecc_521_modp.
Niels Möller
2013-03-07
1
-0
/
+143
*
x86_64 assembly for ecc_384_modp.
Niels Möller
2013-03-06
1
-0
/
+240
*
x86_64 assembly for ecc_256_redc.
Niels Möller
2013-03-06
1
-0
/
+116
*
x86_64 assembly for ecc_224_modp.
Niels Möller
2013-03-06
1
-0
/
+115
*
Reduce number of additions for x86_64 ecc_192_modp.
Niels Möller
2013-02-28
1
-33
/
+36
*
Updated x86_64 README.
Niels Möller
2013-02-28
1
-2
/
+1
*
x86_64 assembly for ecc_192_modp
Niels Möller
2013-02-27
1
-0
/
+72
*
Disabled use of sha3-permute.asm
Niels Möller
2012-12-30
1
-0
/
+6
*
Rewrote x86_64 sha3-permute.asm.
Niels Möller
2012-12-13
1
-362
/
+445
*
Basic x86_64 sha3-permute.asm.
Niels Möller
2012-12-03
1
-0
/
+412
*
Added x86_64 assembly for _salsa20_core.
Niels Möller
2012-10-29
1
-0
/
+98
*
Moved x86_64 salsa20 macros to a seperate file.
Niels Möller
2012-10-27
2
-57
/
+59
*
Updated FSF address. Patch from David Woodhouse.
Niels Möller
2012-07-07
9
-18
/
+18
*
movd/movq workaround for osx assembler.
Niels Möller
2012-07-05
1
-2
/
+8
*
x86_64 implementation of salsa20.
Niels Möller
2012-04-18
1
-0
/
+270
*
x86_64: New m4 macro WREG.
Niels Möller
2012-04-17
1
-0
/
+17
*
Some more details on W64 stack arguments.
Niels Möller
2012-02-27
1
-1
/
+13
*
Converted files to utf-8.
Niels Möller
2012-02-18
4
-4
/
+4
*
Updated x86_64 assembler for W64 support.
Martin Storsjö
2011-11-25
7
-0
/
+20
*
* x86_64/machine.m4 (W64_ENTRY, W64_EXIT): New macros for
Martin Storsjö
2011-11-25
1
-0
/
+103
*
From Martin Storsjö:
Martin Storsjö
2011-11-25
1
-2
/
+2
*
Added some notes on the w64 ABI.
Niels Möller
2011-11-20
1
-0
/
+28
*
Implemented sse2-loop. Configured at compile time, and currently
Niels Möller
2011-10-03
1
-1
/
+43
*
Added ALIGN for shifting loop. Deleted obsolete ifelse.
Niels Möller
2011-07-01
1
-2
/
+2
*
Added an SSE2 loop, doing four blocks at a time in parallel.
Niels Möller
2011-06-30
1
-2
/
+306
*
Include serpent.m4. Deleted a redundant label.
Niels Möller
2011-06-30
1
-90
/
+6
*
New file, with serpent-related macros.
Niels Möller
2011-06-30
1
-0
/
+81
[next]