libsodium: Needed for Dnscrypto-proxy Release 1.3.0
[tomato.git] / release / src / router / libsodium / src / libsodium / crypto_hashblocks / sha256 / hashblocks_sha256_api.c
blob2b6099079402ce09a23ac9ff35361d3ff479fcbb
1 #include "crypto_hashblocks_sha256.h"
3 size_t
4 crypto_hashblocks_sha256_statebytes(void) {
5 return crypto_hashblocks_sha256_STATEBYTES;
8 size_t
9 crypto_hashblocks_sha256_blockbytes(void) {
10 return crypto_hashblocks_sha256_BLOCKBYTES;
13 const char *
14 crypto_hashblocks_sha256_primitive(void) {
15 return "sha256";