New experimental EC implementation (P-256, only 32-bit multiplications, meant for...
authorThomas Pornin <pornin@bolet.org>
Mon, 2 Jan 2017 21:19:49 +0000 (22:19 +0100)
committerThomas Pornin <pornin@bolet.org>
Mon, 2 Jan 2017 21:19:49 +0000 (22:19 +0100)
commit6dd8c51ba7e8ca106ede7ff58b5c507042bbf6eb
tree5a0d5d82bea1d5b053fec876669f060e1c67ffe0
parentbf809dfae527a99767f27ebcf5a83deac5999041
New experimental EC implementation (P-256, only 32-bit multiplications, meant for Cortex-M0/M0+).
Makefile
inc/bearssl_ec.h
src/config.h
src/ec/ec_p256_i15.c [new file with mode: 0644]
src/inner.h
test/test_crypto.c
test/test_speed.c