summaryrefslogtreecommitdiffstats
path: root/external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_hash/sha256/hash_sha256_api.c
blob: 5d2f47838bc7fd16fc837c76390ae6240a8c2c6d (plain)
1
2
3
4
5
6
#include "crypto_hash_sha256.h"

size_t
crypto_hash_sha256_bytes(void) {
    return crypto_hash_sha256_BYTES;
}