libsodium: Needed for Dnscrypto-proxy Release 1.3.0
[tomato.git] / release / src / router / libsodium / src / libsodium / crypto_hashblocks / sha512 / hashblocks_sha512_api.c
blob63cf6ed52c52b5ee745bd6ab0a68fb0280576622
1 #include "crypto_hashblocks_sha512.h"
3 size_t
4 crypto_hashblocks_sha512_statebytes(void) {
5 return crypto_hashblocks_sha512_STATEBYTES;
8 size_t
9 crypto_hashblocks_sha512_blockbytes(void) {
10 return crypto_hashblocks_sha512_BLOCKBYTES;
13 const char *
14 crypto_hashblocks_sha512_primitive(void) {
15 return "sha512";