Sha256: 27966cb51a4f2ccf00d226bbed169dca16246cbbed82fbfc2ca18f9b99829526
Contents?: true
Size: 205 Bytes
Versions: 6
Compression:
Stored size: 205 Bytes
Contents
#include "crypto_hash_sha256.h" size_t crypto_hash_sha256_bytes(void) { return crypto_hash_sha256_BYTES; } size_t crypto_hash_sha256_statebytes(void) { return sizeof(crypto_hash_sha256_state); }
Version data entries
6 entries across 6 versions & 2 rubygems