Files
wolfssl/tests
Sean Parkinson a3a4f2d59c Minimal implementation of MP when using SP.
--enable-sp-math to include minimal implementation of MP (only with
--enable-sp.)
Add futher functionality for ECC (conditionally compiled):
- check key
- is point on curve
- API to add and double projective points
- API to map from project to affine
- Uncompress point (including sqrt)
Some configuration options will not work with SP math - configure.ac
detects this and errors out.
Change test code to better support SP sizes only.
2018-02-08 15:50:17 +10:00
..
2017-10-24 09:11:24 -07:00
2017-06-13 13:44:06 -06:00
2017-06-21 08:35:28 +10:00

Before creating any new configure files (.conf) read the CONF_FILES_README.md