libsodium: Needed for Dnscrypto-proxy Release 1.3.0
[tomato.git] / release / src / router / libsodium / src / libsodium / crypto_hash / sha512 / hash_sha512_api.c
blob6a16a0320340be407cc32ff28a9bfa03b98bc3ae
1 #include "crypto_hash_sha512.h"
3 size_t
4 crypto_hash_sha512_bytes(void) {
5 return crypto_hash_sha512_BYTES;
8 const char *
9 crypto_hash_sha512_primitive(void) {
10 return "sha512";