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
/
ecc-384.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'curve448' into master
Niels Möller
2019-11-21
1
-1
/
+4
|
\
|
*
Delete unused pointer edwards_root from struct ecc_curve.
Niels Möller
2017-09-23
1
-1
/
+0
|
*
ecc: Add add_hh and dup members to ecc_curve
Daiki Ueno
2017-09-18
1
-0
/
+4
*
|
Add leading underscore to data symbols.
rename-data-symbols
Niels Möller
2018-03-17
1
-2
/
+2
*
|
Undo added underscores on public symbols.
Niels Möller
2017-10-23
1
-2
/
+2
*
|
Define accessor functions to get address of ecc curve structs.
Niels Möller
2017-04-09
1
-1
/
+6
|
/
*
Added sqrt function to struct ecc_modulo.
Niels Möller
2014-10-02
1
-0
/
+4
*
curve25519: Use powering to compute modp inverses, 5.5 times faster than ecc_...
Niels Möller
2014-09-23
1
-0
/
+4
*
Added invert function pointer to struct ecc_modulo.
Niels Möller
2014-09-22
1
-2
/
+6
*
Fixed prototype for native ecc_384_modp.
Niels Möller
2014-09-22
1
-1
/
+1
*
Moved mod and reduce function pointers to struct ecc_modulo.
Niels Möller
2014-09-22
1
-4
/
+4
*
Deleted redc function pointer.
Niels Möller
2014-09-22
1
-1
/
+0
*
Use struct ecc_modulo for all mod and redc functions.
Niels Möller
2014-09-22
1
-6
/
+6
*
Introduced struct ecc_modulo.
Niels Möller
2014-09-22
1
-14
/
+22
*
New ecc_curve function pointer, add_hhh.
Niels Möller
2014-08-28
1
-1
/
+3
*
Split ecc_generic_redc into two functions ecc_pp1_redc and ecc_pm1_redc.
Niels Möller
2014-08-28
1
-1
/
+1
*
Deleted unused constant redc_g.
Niels Möller
2014-08-28
1
-1
/
+0
*
New struct ecc_curve field, q_bit_size.
Niels Möller
2014-08-27
1
-0
/
+1
*
Additional function pointers in struct ecc_curve.
Niels Möller
2014-08-25
1
-0
/
+9
*
Reordered struct ecc_curve, moved function pointers before pointers to bignum...
Niels Möller
2014-08-23
1
-4
/
+6
*
New struct ecc_curve constant, edwards_root.
Niels Möller
2014-07-11
1
-0
/
+1
*
Fix file header copy&paste errors.
Niels Möller
2014-07-04
1
-1
/
+1
*
Update copyright headers for dual licensing.
Niels Möller
2014-04-12
1
-23
/
+32
*
Changed name "Internetfonden" to "the .SE Internet Fund".
Niels Möller
2013-04-05
1
-1
/
+1
*
ARM assembly for ecc_384_modp.
Niels Möller
2013-03-04
1
-1
/
+6
*
Fixed bug in 64-bit ecc_384_modp.
Niels Möller
2013-02-27
1
-1
/
+1
*
Fixed sec_sub_1 typo, 32-bit case.
Niels Möller
2013-02-15
1
-2
/
+2
*
Integrated ECC internals.
Niels Möller
2013-02-15
1
-0
/
+163