mirror of
https://github.com/jedisct1/libsodium.git
synced 2026-08-25 08:37:13 +09:00
Include extra 0 in the key used for the hmacsha512 test
This commit is contained in:
+1
-1
@@ -7,7 +7,7 @@ unsigned char key[32] = "Jefe";
|
||||
unsigned char c[] = "what do ya want for nothing?";
|
||||
|
||||
/* Hacker manifesto */
|
||||
unsigned char key2[175] = "Another one got caught today, it's all over the papers. \"Teenager Arrested in Computer Crime Scandal\", \"Hacker Arrested after Bank Tampering\"... Damn kids. They're all alike.";
|
||||
unsigned char key2[] = "Another one got caught today, it's all over the papers. \"Teenager Arrested in Computer Crime Scandal\", \"Hacker Arrested after Bank Tampering\"... Damn kids. They're all alike.";
|
||||
|
||||
unsigned char a[crypto_auth_BYTES];
|
||||
unsigned char a2[crypto_auth_hmacsha512_BYTES];
|
||||
|
||||
Reference in New Issue
Block a user