Add Blake2b test vectors from the reference code

This commit is contained in:
Frank Denis
2015-10-18 00:55:10 +02:00
parent f01c303631
commit 1cfa5ec6c1
3 changed files with 1336 additions and 3 deletions
File diff suppressed because it is too large Load Diff
+2 -1
View File
@@ -2,7 +2,8 @@
#define TEST_NAME "generichash2"
#include "cmptest.h"
int main(void)
int
main(void)
{
#define MAXLEN 64
crypto_generichash_state st;
+2 -1
View File
@@ -2,7 +2,8 @@
#define TEST_NAME "generichash3"
#include "cmptest.h"
int main(void)
int
main(void)
{
#define MAXLEN 64
crypto_generichash_blake2b_state st;