Sha256: a2d4de0d84eabb1bd4cf341afda42484ff670fe262268e130e10d19f0bd765d9
Contents?: true
Size: 319 Bytes
Versions: 9
Compression:
Stored size: 319 Bytes
Contents
#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; } size_t crypto_auth_hmacsha256_statebytes(void) { return sizeof(crypto_auth_hmacsha256_state); }
Version data entries
9 entries across 9 versions & 1 rubygems