]> git.ipfire.org Git - thirdparty/nettle.git/commit
ecc: rename source files with curves data
authorDmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Mon, 6 Jan 2020 22:16:43 +0000 (01:16 +0300)
committerNiels Möller <nisse@lysator.liu.se>
Fri, 10 Jan 2020 19:16:50 +0000 (20:16 +0100)
commitabfaf8be2fa06786da94fa6e3b90773d6f178739
treeb2cb016740b8c9ad920d0ff59c5482686ece98ab
parentaedc4a3c9f3282dd8809005e0bb4c10c616cfa08
ecc: rename source files with curves data

In preparation to adding GOST curves support, rename source files and
use curve name as eccdata parameter.

Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
22 files changed:
.gitignore
Makefile.in
arm/ecc-secp192r1-modp.asm [moved from arm/ecc-192-modp.asm with 97% similarity]
arm/ecc-secp224r1-modp.asm [moved from arm/ecc-224-modp.asm with 97% similarity]
arm/ecc-secp256r1-redc.asm [moved from arm/ecc-256-redc.asm with 98% similarity]
arm/ecc-secp384r1-modp.asm [moved from arm/ecc-384-modp.asm with 98% similarity]
arm/ecc-secp521r1-modp.asm [moved from arm/ecc-521-modp.asm with 97% similarity]
configure.ac
ecc-curve25519.c [moved from ecc-25519.c with 99% similarity]
ecc-curve448.c [moved from ecc-448.c with 99% similarity]
ecc-secp192r1.c [moved from ecc-192.c with 98% similarity]
ecc-secp224r1.c [moved from ecc-224.c with 98% similarity]
ecc-secp256r1.c [moved from ecc-256.c with 99% similarity]
ecc-secp384r1.c [moved from ecc-384.c with 99% similarity]
ecc-secp521r1.c [moved from ecc-521.c with 98% similarity]
eccdata.c
x86_64/ecc-curve25519-modp.asm [moved from x86_64/ecc-25519-modp.asm with 100% similarity]
x86_64/ecc-secp192r1-modp.asm [moved from x86_64/ecc-192-modp.asm with 96% similarity]
x86_64/ecc-secp224r1-modp.asm [moved from x86_64/ecc-224-modp.asm with 97% similarity]
x86_64/ecc-secp256r1-redc.asm [moved from x86_64/ecc-256-redc.asm with 97% similarity]
x86_64/ecc-secp384r1-modp.asm [moved from x86_64/ecc-384-modp.asm with 98% similarity]
x86_64/ecc-secp521r1-modp.asm [moved from x86_64/ecc-521-modp.asm with 97% similarity]