Added ECC functions on elliptic curve secp256r1
This commit is contained in:
parent
aecb591d12
commit
17ff3bb466
6 changed files with 3311 additions and 0 deletions
8
examples/econotag-ecc-test/Makefile
Normal file
8
examples/econotag-ecc-test/Makefile
Normal file
|
@ -0,0 +1,8 @@
|
|||
CONTIKI = ../..
|
||||
TARGET = econotag
|
||||
|
||||
all: econotag-ecc-test
|
||||
|
||||
APPS += ecc
|
||||
|
||||
include $(CONTIKI)/Makefile.include
|
2182
examples/econotag-ecc-test/econotag-ecc-test.c
Normal file
2182
examples/econotag-ecc-test/econotag-ecc-test.c
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue