Fixed endianness in Curve25519 implementation (no consequence on security). Also...
authorThomas Pornin <pornin@bolet.org>
Sat, 8 Dec 2018 20:04:07 +0000 (21:04 +0100)
committerThomas Pornin <pornin@bolet.org>
Sat, 8 Dec 2018 20:04:07 +0000 (21:04 +0100)
commit52a69fe3dee1c825ce2901043de3b4f600f36905
tree4283cb776e3bc136ecae873e5779e584770887ac
parentfd98320c82b02ded99cc8f01a7510366def3bbeb
Fixed endianness in Curve25519 implementation (no consequence on security). Also added new Curve25519 code for 64-bit platforms.
inc/bearssl_ec.h
mk/Rules.mk
mk/mkrules.sh
src/ec/ec_c25519_i15.c
src/ec/ec_c25519_i31.c
src/ec/ec_c25519_m15.c
src/ec/ec_c25519_m31.c
src/ec/ec_c25519_m62.c [new file with mode: 0644]
test/test_crypto.c
test/test_speed.c