diff options
Diffstat (limited to 'nacl/crypto_core/measure.c')
-rw-r--r-- | nacl/crypto_core/measure.c | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/nacl/crypto_core/measure.c b/nacl/crypto_core/measure.c deleted file mode 100644 index dd7bac81..00000000 --- a/nacl/crypto_core/measure.c +++ /dev/null | |||
@@ -1,18 +0,0 @@ | |||
1 | #include "crypto_core.h" | ||
2 | |||
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 }; | ||
7 | |||
8 | void preallocate(void) | ||
9 | { | ||
10 | } | ||
11 | |||
12 | void allocate(void) | ||
13 | { | ||
14 | } | ||
15 | |||
16 | void measure(void) | ||
17 | { | ||
18 | } | ||