Sha256: 912a257193fdce7d81dbba13ed1ee33ed866608913c72b6e5d02ac4481c429b1
Contents?: true
Size: 186 Bytes
Versions: 2
Compression:
Stored size: 186 Bytes
Contents
#include "crypto_hash_sha512.h" size_t crypto_hash_sha512_bytes(void) { return crypto_hash_sha512_BYTES; } const char * crypto_hash_sha512_primitive(void) { return "sha512"; }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
rbnacl-libsodium-0.4.5 | vendor/libsodium/src/libsodium/crypto_hash/sha512/hash_sha512_api.c |
rbnacl-libsodium-0.4.5a | vendor/libsodium/src/libsodium/crypto_hash/sha512/hash_sha512_api.c |