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:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user