Sha256: 4a16cdd7b03f6ee2164b35bdd16973afd98dec8c45bdcff653f40d2c408c9859

Contents?: true

Size: 445 Bytes

Versions: 2

Compression:

Stored size: 445 Bytes

Contents

#ifndef crypto_hash_H
#define crypto_hash_H

#include "crypto_hash_sha512.h"
#include "export.h"

#define crypto_hash_BYTES crypto_hash_sha512_BYTES
#define crypto_hash_BLOCKBYTES crypto_hash_sha512_BLOCKBYTES
#define crypto_hash_PRIMITIVE "sha512"

#ifdef __cplusplus
extern "C" {
#endif

SODIUM_EXPORT
int crypto_hash(unsigned char *out, const unsigned char *in,
                unsigned long long inlen);

#ifdef __cplusplus
}
#endif

#endif

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
rbnacl-libsodium-0.4.5 vendor/libsodium/src/libsodium/include/sodium/crypto_hash.h
rbnacl-libsodium-0.4.5a vendor/libsodium/src/libsodium/include/sodium/crypto_hash.h