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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make gmp-glue.c work in the case that GMP does define mpz_limbs_read and frie...
ecc-support
Niels Möller
2013-03-07
2
-2
/
+7
*
Setup and use CC_FOR_BUILD.
Niels Möller
2013-03-07
5
-18
/
+157
*
Prepare data generation programs for compilation with the build system compiler.
Niels Möller
2013-03-07
6
-79
/
+77
*
x86_64 assembly for ecc_521_modp.
Niels Möller
2013-03-07
2
-0
/
+147
*
x86_64 assembly for ecc_384_modp.
Niels Möller
2013-03-06
2
-0
/
+241
*
Comment fixes.
Niels Möller
2013-03-06
1
-3
/
+3
*
x86_64 assembly for ecc_256_redc.
Niels Möller
2013-03-06
2
-0
/
+117
*
x86_64 assembly for ecc_224_modp.
Niels Möller
2013-03-06
2
-0
/
+120
*
ARM assembly for ecc_521_modp.
Niels Möller
2013-03-05
4
-2
/
+131
*
ARM assembly for ecc_384_modp.
Niels Möller
2013-03-04
4
-2
/
+273
*
Note that r14/lr can be used.
Niels Möller
2013-03-04
1
-1
/
+3
*
Fixed definition of USE_REDC for ecc-256.c.
Niels Möller
2013-03-03
2
-1
/
+9
*
ARM assembly for ecc_256_redc.
Niels Möller
2013-03-01
3
-4
/
+175
*
Increase test count for ecc-redc-test.
Niels Möller
2013-03-01
2
-1
/
+3
*
ARM assembly for ecc_224_modp.
Niels Möller
2013-03-01
3
-2
/
+129
*
Fixed handling of OPT_ASM_SOURCES. Added ecc-224-modp.asm.
Niels Möller
2013-03-01
2
-2
/
+7
*
Reduce number of additions for x86_64 ecc_192_modp.
Niels Möller
2013-02-28
2
-33
/
+39
*
Updated x86_64 README.
Niels Möller
2013-02-28
1
-2
/
+1
*
Fixed hogweed dependency in examples/Makefile.in.
Niels Möller
2013-02-28
2
-3
/
+6
*
ARM assembly for ecc_192_modp.
Niels Möller
2013-02-28
2
-1
/
+100
*
Fixed 32-bit ecc_192_modp.
Niels Möller
2013-02-27
2
-1
/
+2
*
x86_64 assembly for ecc_192_modp
Niels Möller
2013-02-27
3
-2
/
+85
*
Prepare autoconf and Makefile for optional assembly files.
Niels Möller
2013-02-27
3
-11
/
+62
*
Increased test count for ecc-mod-test.c.
Niels Möller
2013-02-27
2
-1
/
+3
*
Fixed bug in 64-bit ecc_384_modp.
Niels Möller
2013-02-27
2
-1
/
+4
*
Typo fix in ecc-benchmark.c
Niels Möller
2013-02-27
2
-1
/
+4
*
Renamed gmp-glue functions. Use new GMP functions if available.
Niels Möller
2013-02-27
16
-144
/
+167
*
New program hogweed-benchmark.
Niels Möller
2013-02-20
4
-2
/
+652
*
Implemented ECDSA key generation.
Niels Möller
2013-02-20
7
-2
/
+176
*
Fixed TMP_ALLOC, was missing parentheses.
Niels Möller
2013-02-20
2
-2
/
+6
*
Added ECDSA tests.
Niels Möller
2013-02-18
7
-2
/
+315
*
Deleted const cast in SHEX macro.
Niels Möller
2013-02-18
2
-1
/
+3
*
Integrated ECDSA sign and verify functions.
Niels Möller
2013-02-18
13
-7
/
+874
*
New functions in gmp-glue.c.
Niels Möller
2013-02-18
3
-0
/
+88
*
Benchmark program for ECC primitives.
Niels Möller
2013-02-18
4
-4
/
+325
*
Updated .gitignore files.
Niels Möller
2013-02-15
3
-27
/
+31
*
Integrate ecc_mul_a.
Niels Möller
2013-02-15
8
-3
/
+468
*
Added die function to testutils.c.
Niels Möller
2013-02-15
3
-4
/
+23
*
Whitespace fixes.
Niels Möller
2013-02-15
1
-4
/
+4
*
Fixed sec_sub_1 typo, 32-bit case.
Niels Möller
2013-02-15
1
-2
/
+2
*
Integrate ecc_mul_g.
Niels Möller
2013-02-15
14
-3
/
+962
*
Fixed missing include of config.h.
Niels Möller
2013-02-15
1
-0
/
+4
*
Integrated ECC internals.
Niels Möller
2013-02-15
26
-8
/
+2103
*
Functions for mpn <-> mpz conversions.
Niels Möller
2013-02-15
4
-1
/
+238
*
New program eccdata, and Makefile rules to use it.
Niels Möller
2013-02-15
3
-5
/
+948
*
Configure check for GMP_NUMB_BITS.
Niels Möller
2013-02-14
3
-0
/
+19
*
Update of plan.html.
Niels Möller
2013-02-14
1
-10
/
+6
*
Added -s and -e options to examples/rsa-keygen.
Niels Möller
2013-02-14
2
-4
/
+40
*
armv7: Optimized aligned case of memxor, using 3-way unrolling.
Niels Möller
2013-02-12
2
-23
/
+45
*
Notes on using ldmia and stmia.
Niels Möller
2013-02-12
1
-0
/
+4
[next]