Two new Curve25519 implementations (generic "i31" code, and optimised code with MUL31).
authorThomas Pornin <pornin@bolet.org>
Sun, 15 Jan 2017 22:16:18 +0000 (23:16 +0100)
committerThomas Pornin <pornin@bolet.org>
Sun, 15 Jan 2017 22:16:18 +0000 (23:16 +0100)
commit89ea3b1876d6a17a754c1f80c74f5076eccda866
tree913fdc4c4d2561bf15253b88fdeba773f47e8c90
parent3655193439d4e093bb80a2f0d9e02179d424de08
Two new Curve25519 implementations (generic "i31" code, and optimised code with MUL31).
Makefile
inc/bearssl_ec.h
src/ec/ec_c25519_i31.c [new file with mode: 0644]
src/ec/ec_c25519_m31.c [new file with mode: 0644]
test/test_crypto.c
test/test_speed.c