1
0
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:
Rhys Weatherley
2016-03-26 19:03:31 +10:00
parent c8d7c3153d
commit 9ff24b0ddf
10 changed files with 2928 additions and 5 deletions

View File

@@ -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 \