Some cleanups (removed unused files, split i15 code into per-function files).
authorThomas Pornin <pornin@bolet.org>
Mon, 16 Jan 2017 19:19:11 +0000 (20:19 +0100)
committerThomas Pornin <pornin@bolet.org>
Mon, 16 Jan 2017 19:19:11 +0000 (20:19 +0100)
commit2f454aad577ae53798935cc32438a2d3f02ba31f
tree64eaacf8c0c798b80d95e53b842e5b847a01adb6
parentbd3036844bd20b2b8d7bce7fee5ad010ce401915
Some cleanups (removed unused files, split i15 code into per-function files).
22 files changed:
Makefile
src/ec/ec_curve25519.c
src/inner.h
src/int/i15_add.c [moved from src/ec/ec_prime_i31_secp256r1.c with 70% similarity]
src/int/i15_bitlen.c [moved from src/ec/ec_prime_i31_secp384r1.c with 66% similarity]
src/int/i15_core.c [deleted file]
src/int/i15_decmod.c [new file with mode: 0644]
src/int/i15_decode.c [moved from src/ec/ec_prime_i31_secp521r1.c with 63% similarity]
src/int/i15_decred.c [moved from src/int/i15_ext2.c with 64% similarity]
src/int/i15_encode.c [new file with mode: 0644]
src/int/i15_fmont.c [moved from src/int/i15_ext1.c with 61% similarity]
src/int/i15_iszero.c [new file with mode: 0644]
src/int/i15_modpow.c [new file with mode: 0644]
src/int/i15_montmul.c [new file with mode: 0644]
src/int/i15_mulacc.c [new file with mode: 0644]
src/int/i15_muladd.c [new file with mode: 0644]
src/int/i15_ninv15.c [new file with mode: 0644]
src/int/i15_reduce.c [new file with mode: 0644]
src/int/i15_rshift.c [new file with mode: 0644]
src/int/i15_sub.c [new file with mode: 0644]
src/int/i15_tmont.c [new file with mode: 0644]
test/test_speed.c