Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 370 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 370 Bytes

cecc

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.

  1. Open console in tests directory.
  2. Type 'make configure' and 'make test'.