Changes to update Tomato RAF.
[tomato.git] / release / src / router / dnscrypt / src / libnacl / crypto_core / measure.c
blobdd7bac8106848f8231aff693636d1fc48f94405a
1 #include "crypto_core.h"
3 const char *primitiveimplementation = crypto_core_IMPLEMENTATION;
4 const char *implementationversion = crypto_core_VERSION;
5 const char *sizenames[] = { "outputbytes", "inputbytes", "keybytes", "constbytes", 0 };
6 const long long sizes[] = { crypto_core_OUTPUTBYTES, crypto_core_INPUTBYTES, crypto_core_KEYBYTES, crypto_core_CONSTBYTES };
8 void preallocate(void)
12 void allocate(void)
16 void measure(void)