From 2e59f9740a29439df7c7a56cf0ae83dec3081d31 Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Mon, 11 Aug 2014 13:49:21 -0400 Subject: initial import of debian version from mentors --- src/libsodium/crypto_hash/sha512/hash_sha512_api.c | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/libsodium/crypto_hash/sha512/hash_sha512_api.c (limited to 'src/libsodium/crypto_hash/sha512/hash_sha512_api.c') diff --git a/src/libsodium/crypto_hash/sha512/hash_sha512_api.c b/src/libsodium/crypto_hash/sha512/hash_sha512_api.c new file mode 100644 index 0000000..75971bc --- /dev/null +++ b/src/libsodium/crypto_hash/sha512/hash_sha512_api.c @@ -0,0 +1,6 @@ +#include "crypto_hash_sha512.h" + +size_t +crypto_hash_sha512_bytes(void) { + return crypto_hash_sha512_BYTES; +} -- cgit v1.2.3