Sha256: e418ce1a687ae47cf187597b196d9987c08d29bf832d2c6279b4946be7f6e172
Contents?: true
Size: 322 Bytes
Versions: 2
Compression:
Stored size: 322 Bytes
Contents
#include "crypto_hashblocks_sha256.h" size_t crypto_hashblocks_sha256_statebytes(void) { return crypto_hashblocks_sha256_STATEBYTES; } size_t crypto_hashblocks_sha256_blockbytes(void) { return crypto_hashblocks_sha256_BLOCKBYTES; } const char * crypto_hashblocks_sha256_primitive(void) { return "sha256"; }
Version data entries
2 entries across 2 versions & 1 rubygems