mirror of
https://github.com/jedisct1/libsodium.git
synced 2024-12-24 12:36:01 -07:00
Add Blake2b test vectors from the reference code
This commit is contained in:
parent
f01c303631
commit
1cfa5ec6c1
File diff suppressed because it is too large
Load Diff
@ -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,7 +2,8 @@
|
||||
#define TEST_NAME "generichash3"
|
||||
#include "cmptest.h"
|
||||
|
||||
int main(void)
|
||||
int
|
||||
main(void)
|
||||
{
|
||||
#define MAXLEN 64
|
||||
crypto_generichash_blake2b_state st;
|
||||
|
Loading…
Reference in New Issue
Block a user