Added code for 32-bit and 64-bit platforms. Added ECDSA implementation (not supported for secp160r1 yet).
7 files changed
tree: 7e5a3cc410b9ff59e4ca8feffd065cd27520f5af
  1. ecc_test/
  2. .gitignore
  3. asm_avr.inc
  4. ecc.c
  5. ecc.h
  6. emk_project.py
  7. emk_rules.py
  8. LICENSE.txt
  9. mult.py
  10. README.md
  11. square.py
  12. test_ecdh.c
  13. test_ecdsa.c
README.md

avr-ecc

Simple ECC library for AVR microcontrollers.