Sha256: fca3b25c288cff440005ac36c4247f8df5ff3d38117e260eae8366d78178b641
Contents?: true
Size: 205 Bytes
Versions: 6
Compression:
Stored size: 205 Bytes
Contents
#include "crypto_hash_sha512.h" size_t crypto_hash_sha512_bytes(void) { return crypto_hash_sha512_BYTES; } size_t crypto_hash_sha512_statebytes(void) { return sizeof(crypto_hash_sha512_state); }
Version data entries
6 entries across 6 versions & 2 rubygems