Sha256: 070b916a1d0b70a398a0c4181cfef21bc99b1ee8f4d999aae16fa1ed15b0ae43

Contents?: true

Size: 177 Bytes

Versions: 2

Compression:

Stored size: 177 Bytes

Contents

#include "crypto_hash.h"

int
crypto_hash(unsigned char *out, const unsigned char *in,
            unsigned long long inlen)
{
    return crypto_hash_sha512(out, in, inlen);
}

Version data entries

2 entries across 2 versions & 1 rubygems

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