blob: 145fbbc4ac2137ca8312c554a50229f36b326131 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
#include "crypto_hashblocks.h"
const char *primitiveimplementation = crypto_hashblocks_IMPLEMENTATION;
const char *implementationversion = crypto_hashblocks_VERSION;
const char *sizenames[] = { "statebytes", 0 };
const long long sizes[] = { crypto_hashblocks_STATEBYTES };
void preallocate(void)
{
}
void allocate(void)
{
}
void measure(void)
{
}
|