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

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