Fix an issue when the RNG gives all 0 (or if it fails and the stack buffer contained all 0).
1 file changed
tree: 25a0119b234379d5f03d84f843370b0443771941
  1. ecc_test/
  2. .gitignore
  3. ecc.c
  4. ecc.h
  5. emk_project.py
  6. emk_rules.py
  7. LICENSE.txt
  8. mult.py
  9. README.md
  10. square.py
  11. verify_ecdh.c
README.md

avr-ecc

Simple ECC library for AVR microcontrollers.