Sha256: 2549d5ef5116e5526fe962705e333d289372d2dafea87ed3653741d1871a8a21

Contents?: true

Size: 186 Bytes

Versions: 2

Compression:

Stored size: 186 Bytes

Contents

#include "crypto_hash_sha256.h"

size_t
crypto_hash_sha256_bytes(void) {
    return crypto_hash_sha256_BYTES;
}

const char *
crypto_hash_sha256_primitive(void) {
    return "sha256";
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
rbnacl-libsodium-0.4.5 vendor/libsodium/src/libsodium/crypto_hash/sha256/hash_sha256_api.c
rbnacl-libsodium-0.4.5a vendor/libsodium/src/libsodium/crypto_hash/sha256/hash_sha256_api.c