mirror of
https://github.com/taigrr/arduinolibs
synced 2025-01-18 04:33:12 -08:00
Implementation of the NIST P-521 curve
This commit is contained in:
@@ -47,6 +47,7 @@ SOURCES = \
|
||||
NoiseSource.cpp \
|
||||
OFB.cpp \
|
||||
OMAC.cpp \
|
||||
P521.cpp \
|
||||
Poly1305.cpp \
|
||||
RNG_host.cpp \
|
||||
SHA256.cpp \
|
||||
@@ -76,6 +77,8 @@ SKETCHES = \
|
||||
TestGCM/TestGCM.ino \
|
||||
TestGHASH/TestGHASH.ino \
|
||||
TestOFB/TestOFB.ino \
|
||||
TestP521/TestP521.ino \
|
||||
TestP521Math/TestP521Math.ino \
|
||||
TestPoly1305/TestPoly1305.ino \
|
||||
TestSHA256/TestSHA256.ino \
|
||||
TestSHA3_256/TestSHA3_256.ino \
|
||||
|
||||
Reference in New Issue
Block a user