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
*
x86_64 implementation of nettle_ecc_curve448_modp
Niels Möller
2019-12-08
1
-0
/
+144
*
Add missing EPILOGUEs in assembly files
Simo Sorce
2019-04-27
3
-0
/
+3
*
Fix x86_64 fat setup for nettle_sha1_compress.
Niels Möller
2018-07-09
2
-2
/
+2
*
abi: explicitly export intended symbols and hide others
Nikos Mavrogiannopoulos
2018-07-07
3
-9
/
+9
*
Support sha_ni sha256_compress in x86_64 fat builds.
x86_64-sha_ni-sha256
Niels Möller
2018-03-11
2
-0
/
+68
*
New sha256 implementation using sha_ni instructions.
Niels Möller
2018-02-21
1
-0
/
+175
*
Support sha_ni sha1_compress in x86_64 fat builds.
Niels Möller
2018-02-08
2
-0
/
+68
*
Add missing pshufd.
Niels Möller
2018-02-08
1
-0
/
+4
*
New sha1 implementation using x86_64 sha_ni instructions.
Niels Möller
2018-02-08
1
-0
/
+144
*
Check for x86_64 sha_ni extension.
Niels Möller
2018-02-08
1
-1
/
+2
*
Unroll x86_64 aesni loops.
Niels Möller
2018-01-03
2
-72
/
+140
*
Fix carry folding bug in x86_64 ecc_384_modp. Problem reported by Hanno Böck.
Niels Möller
2015-12-15
1
-95
/
+76
*
Use ".value" instead of ".short", for Sun/Oracle x86_64 assembler.
Niels Möller
2015-04-22
1
-32
/
+34
*
Exclude asm files which fail when building on w64 using mini-gmp.
nettle_3.1rc3
Niels Möller
2015-03-31
2
-0
/
+4
*
Reorganize symbols for fat routines.
Niels Möller
2015-01-17
6
-6
/
+6
*
Fat setup of memxor, based on patch by Nikos Mavrogiannopoulos.
Niels Möller
2015-01-17
3
-2
/
+73
*
Move x86_64/fat/fat.c -> fat-x86_64.c. Fix asm_path setup.
Niels Möller
2015-01-16
1
-227
/
+0
*
Explain why x86_64 fat initialization doesn't need any memory barrier.
Niels Möller
2015-01-13
1
-4
/
+4
*
Make constructor hack less gcc-specific.
Niels Möller
2015-01-13
1
-16
/
+14
*
Initial support for fat x86_64 build.
Niels Möller
2015-01-13
6
-0
/
+427
*
Use explicit .byte sequences when assembling aes instructions.
Niels Möller
2015-01-13
2
-6
/
+14
*
x86_64: new aes assembly, using aesni instructions.
Niels Möller
2015-01-11
2
-0
/
+192
*
Reorganized x86_64 memxor.
Niels Möller
2014-11-24
2
-129
/
+291
*
Comment updates.
Niels Möller
2014-09-22
4
-5
/
+6
*
Optimized x86_64 assembly for ecc_25519_modp.
Niels Möller
2014-08-22
1
-43
/
+40
*
Initial x86_64 implementation of ecc_25519_modp, 30% speedup.
Niels Möller
2014-08-22
1
-0
/
+97
*
Fixes for w64 ABI.
Niels Möller
2014-06-01
4
-40
/
+48
*
Update copyright headers for dual licensing, x86_64 directory.
Niels Möller
2014-04-12
24
-434
/
+747
*
Use pshufhw + pshuflw for 16-bit rotate.
Niels Möller
2014-01-27
1
-4
/
+16
*
x86_64: Added chacha assembly.
Niels Möller
2014-01-27
1
-0
/
+103
*
Merge branch 'camellia-reorg' into master.
Niels Möller
2014-01-21
1
-14
/
+16
|
\
|
*
Reorganized camellia interface
Niels Möller
2013-10-10
1
-4
/
+4
|
*
Corrected .file pseudo-ops.
Niels Möller
2013-10-07
1
-1
/
+1
|
*
Separate rounds and keys arguments for _camellia_crypt.
Niels Möller
2013-10-07
1
-13
/
+15
*
|
Merge branch 'poly1305' into 'master'.
Niels Möller
2014-01-20
1
-0
/
+172
|
\
\
|
*
|
Move block buffer from poly1305_ctx to poly1305_aes_ctx. Simplify poly1305_di...
poly1305
Niels Möller
2014-01-20
1
-86
/
+29
|
*
|
poly1305_block: New argument for the high bit.
Niels Möller
2014-01-17
1
-2
/
+2
|
*
|
x86_64 assembly for poly1305.
Niels Möller
2013-11-21
1
-0
/
+229
|
|
/
*
|
Attempt to get asm rodata working on macosx.
Niels Möller
2013-12-17
1
-1
/
+1
*
|
Use .short rather than .hword, for compatibility with apple's assembler.
Niels Möller
2013-12-14
1
-32
/
+32
*
|
x86_64: Reorganized sha1 assembly code.
Niels Möller
2013-12-03
1
-142
/
+180
*
|
x86_64: New md5 assembly code.
Niels Möller
2013-12-03
1
-0
/
+163
|
/
*
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
[next]