Added ECDSA support for secp160r1.
1 file changed
tree: 3f9d0652cb55b44299556a26906dc20752926f82
  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.