Sha256: 2d90da6f15c2ebc6a63ddfec2cc08d5f36fdf98e78f5304e4b37e199da901010
Contents?: true
Size: 205 Bytes
Versions: 9
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
9 entries across 9 versions & 1 rubygems