1
0
mirror of https://github.com/taigrr/arduinolibs synced 2025-01-18 04:33:12 -08:00

Add SHA-1 back to the library as a legacy algorithm

This commit is contained in:
Rhys Weatherley
2018-04-27 12:01:14 +10:00
parent 455549f835
commit 0bd0fa1be3
5 changed files with 627 additions and 3 deletions

View File

@@ -65,6 +65,7 @@ SOURCES = \
P521.cpp \
Poly1305.cpp \
RNG_host.cpp \
SHA1.cpp \
SHA256.cpp \
SHA3.cpp \
SHA512.cpp \
@@ -100,6 +101,7 @@ SKETCHES = \
TestP521/TestP521.ino \
TestP521Math/TestP521Math.ino \
TestPoly1305/TestPoly1305.ino \
TestSHA1/TestSHA1.ino \
TestSHA256/TestSHA256.ino \
TestSHA3_256/TestSHA3_256.ino \
TestSHA3_512/TestSHA3_512.ino \