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

Version Path
laag-libsodium-1.0.16.2 vendor/github.com/jedisct1/libsodium/src/libsodium/crypto_hash/sha512/hash_sha512.c
laag-libsodium-1.0.16.0 vendor/github.com/jedisct1/libsodium/src/libsodium/crypto_hash/sha512/hash_sha512.c
rbnacl-libsodium-1.0.16 vendor/libsodium/src/libsodium/crypto_hash/sha512/hash_sha512.c
rbnacl-libsodium-1.0.15.1 vendor/libsodium/src/libsodium/crypto_hash/sha512/hash_sha512.c
rbnacl-libsodium-1.0.15 vendor/libsodium/src/libsodium/crypto_hash/sha512/hash_sha512.c
rbnacl-libsodium-1.0.13 vendor/libsodium/src/libsodium/crypto_hash/sha512/hash_sha512.c