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

Update state sizes to include the entire class size

This commit is contained in:
Rhys Weatherley
2015-03-31 12:06:31 +10:00
parent 3ae1abe53e
commit 35064ebfe9
11 changed files with 58 additions and 13 deletions

View File

@@ -230,6 +230,10 @@ void setup()
Serial.println();
Serial.print("State Size ...");
Serial.println(sizeof(SHA1));
Serial.println();
Serial.println("Test Vectors:");
testHash(&sha1, &testVectorSHA1_1);
testHash(&sha1, &testVectorSHA1_2);