Elliptic Curve Cryptography implementation for embedded devices (especially 32bit microcontrollers).
Tests can be executed using posix platform and bare metal ARM platforms based on Cortex-M microcontrollers.
You can test library using simple two commands.
- Open console in tests directory.
- Type 'make configure' and 'make test'.