Apparently gcc doesn't bother to reset r1 to 0 despite the fact that it is in the clobber list.
2 files changed
tree: c6622f05b638673c57dbb053e66708f938b13f18
  1. .gitignore
  2. asm.py
  3. ecc.c
  4. ecc.h
  5. emk_project.py
  6. emk_rules.py
  7. LICENSE.txt
  8. README.md
  9. verify_ecdh.c
README.md

avr-ecc

Simple ECC library for AVR microcontrollers.