New implementation of Curve25519 (using multiplications of words of 15 bits or so...
authorThomas Pornin <pornin@bolet.org>
Sun, 15 Jan 2017 15:49:58 +0000 (16:49 +0100)
committerThomas Pornin <pornin@bolet.org>
Sun, 15 Jan 2017 15:49:58 +0000 (16:49 +0100)
commit693d2a0085f4c1d289cb6d79c02ddd23f18d9478
treea94e2695aa2d19bf7490841ed70550f94f7b1dfd
parent2f9c953af45299f8546df8984d5262e767a7d943
New implementation of Curve25519 (using multiplications of words of 15 bits or so, should be much faster on Cortex M0).
Makefile
inc/bearssl_ec.h
src/ec/ec_c25519_i15.c
src/ec/ec_c25519_m15.c [new file with mode: 0644]
test/test_crypto.c
test/test_speed.c