Changes to update Tomato RAF.
[tomato.git] / release / src / router / dnscrypt / src / libnacl / crypto_hashblocks / measure.c
blob145fbbc4ac2137ca8312c554a50229f36b326131
1 #include "crypto_hashblocks.h"
3 const char *primitiveimplementation = crypto_hashblocks_IMPLEMENTATION;
4 const char *implementationversion = crypto_hashblocks_VERSION;
5 const char *sizenames[] = { "statebytes", 0 };
6 const long long sizes[] = { crypto_hashblocks_STATEBYTES };
8 void preallocate(void)
12 void allocate(void)
16 void measure(void)