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:
@@ -230,6 +230,10 @@ void setup()
|
||||
|
||||
Serial.println();
|
||||
|
||||
Serial.print("State Size ...");
|
||||
Serial.println(sizeof(BLAKE2b));
|
||||
Serial.println();
|
||||
|
||||
Serial.println("Test Vectors:");
|
||||
testHash(&blake2b, &testVectorBLAKE2b_1);
|
||||
testHash(&blake2b, &testVectorBLAKE2b_2);
|
||||
|
||||
Reference in New Issue
Block a user