libsodium: Needed for Dnscrypto-proxy Release 1.3.0
[tomato.git] / release / src / router / libsodium / src / libsodium / crypto_hash / sha256 / hash_sha256_api.c
blob084eaf31e7a2808ac85ab7a1ddf0334b35465663
1 #include "crypto_hash_sha256.h"
3 size_t
4 crypto_hash_sha256_bytes(void) {
5 return crypto_hash_sha256_BYTES;
8 const char *
9 crypto_hash_sha256_primitive(void) {
10 return "sha256";