summaryrefslogtreecommitdiff
path: root/nacl/crypto_core/measure.c
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2013-07-13 10:09:38 -0400
committerirungentoo <irungentoo@gmail.com>2013-07-13 10:09:38 -0400
commitd4fe483efd3e0062f12430efe9deb66d43d914d7 (patch)
treee6aa9ac716ae82cdb15c6e6cb5d9d1d9d29f053b /nacl/crypto_core/measure.c
parent835ef0320d47372eac14bef31c979b8217d04498 (diff)
NaCl moved to other repo.
Diffstat (limited to 'nacl/crypto_core/measure.c')
-rw-r--r--nacl/crypto_core/measure.c18
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
3const char *primitiveimplementation = crypto_core_IMPLEMENTATION;
4const char *implementationversion = crypto_core_VERSION;
5const char *sizenames[] = { "outputbytes", "inputbytes", "keybytes", "constbytes", 0 };
6const long long sizes[] = { crypto_core_OUTPUTBYTES, crypto_core_INPUTBYTES, crypto_core_KEYBYTES, crypto_core_CONSTBYTES };
7
8void preallocate(void)
9{
10}
11
12void allocate(void)
13{
14}
15
16void measure(void)
17{
18}