summaryrefslogtreecommitdiffstats
path: root/external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_hash/sha512/hash_sha512_api.c
blob: 75971bc2a60e9dc69fa4a3f4c281e494daf4fc15 (plain)
1
2
3
4
5
6
#include "crypto_hash_sha512.h"

size_t
crypto_hash_sha512_bytes(void) {
    return crypto_hash_sha512_BYTES;
}