Code cleanup and rearranging things for future work. Added support for 192 and 256-bit curves.
4 files changed
tree: 1c9fbf25ba0cc124a375e7ee0b91d65d5518e4ca
  1. ecc_test/
  2. .gitignore
  3. asm_avr.inc
  4. asm_avr_fast.inc
  5. ecc.c
  6. ecc.h
  7. emk_project.py
  8. emk_rules.py
  9. LICENSE.txt
  10. mult.py
  11. README.md
  12. square.py
  13. verify_ecdh.c
README.md

avr-ecc

Simple ECC library for AVR microcontrollers.