Initial implementation of ECDH using 8-bit words. Currently only supports secp160r1.
4 files changed
tree: d59cce5008c28416b8293ab52ee6164db79f8bc6
  1. ecc.c
  2. ecc.h
  3. emk_rules.py
  4. README.md
  5. verify_ecdh.c
README.md

avr-ecc

Simple ECC library for AVR microcontrollers.