summaryrefslogtreecommitdiffstats
path: root/external_libs/python/pyzmq-14.7.0/bundled/libsodium/src/libsodium/crypto_auth/hmacsha256/auth_hmacsha256_api.c
blob: 5af3388a9d4d3c99cff42fba1a2cc5a53acff305 (plain)
1
2
3
4
5
6
7
8
9
10
11
#include "crypto_auth_hmacsha256.h"

size_t
crypto_auth_hmacsha256_bytes(void) {
    return crypto_auth_hmacsha256_BYTES;
}

size_t
crypto_auth_hmacsha256_keybytes(void) {
    return crypto_auth_hmacsha256_KEYBYTES;
}