diff options
author | irungentoo <irungentoo@gmail.com> | 2013-07-13 10:09:38 -0400 |
---|---|---|
committer | irungentoo <irungentoo@gmail.com> | 2013-07-13 10:09:38 -0400 |
commit | d4fe483efd3e0062f12430efe9deb66d43d914d7 (patch) | |
tree | e6aa9ac716ae82cdb15c6e6cb5d9d1d9d29f053b /nacl/crypto_hashblocks/measure.c | |
parent | 835ef0320d47372eac14bef31c979b8217d04498 (diff) |
NaCl moved to other repo.
Diffstat (limited to 'nacl/crypto_hashblocks/measure.c')
-rw-r--r-- | nacl/crypto_hashblocks/measure.c | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/nacl/crypto_hashblocks/measure.c b/nacl/crypto_hashblocks/measure.c deleted file mode 100644 index 145fbbc4..00000000 --- a/nacl/crypto_hashblocks/measure.c +++ /dev/null | |||
@@ -1,18 +0,0 @@ | |||
1 | #include "crypto_hashblocks.h" | ||
2 | |||
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 }; | ||
7 | |||
8 | void preallocate(void) | ||
9 | { | ||
10 | } | ||
11 | |||
12 | void allocate(void) | ||
13 | { | ||
14 | } | ||
15 | |||
16 | void measure(void) | ||
17 | { | ||
18 | } | ||