Added new 64-bit implementations of Curve25519 and P-256.
authorThomas Pornin <pornin@bolet.org>
Tue, 18 Dec 2018 22:56:16 +0000 (23:56 +0100)
committerThomas Pornin <pornin@bolet.org>
Tue, 18 Dec 2018 22:56:16 +0000 (23:56 +0100)
commitf0ddbc32f07c4042ea31759b0d90864ca087b2b7
treea935b58eb254bfcfe8abdb1f8946456d37360568
parentb2a08e908d6a1802c9d50aca699193b38b31a0b2
Added new 64-bit implementations of Curve25519 and P-256.
inc/bearssl_ec.h
mk/Rules.mk
mk/mkrules.sh
src/ec/ec_c25519_m62.c
src/ec/ec_c25519_m64.c [new file with mode: 0644]
src/ec/ec_p256_m62.c [new file with mode: 0644]
src/ec/ec_p256_m64.c [new file with mode: 0644]
test/test_crypto.c
test/test_speed.c