Sha256: 6dbaa92825bdb521896776cec0e2a7e3a53294d64b9b30a729c42a2d5b2a674a
Contents?: true
Size: 522 Bytes
Versions: 2
Compression:
Stored size: 522 Bytes
Contents
#ifndef crypto_hash_sha256_H #define crypto_hash_sha256_H #include <stddef.h> #include "export.h" #define crypto_hash_sha256_BYTES 32U #define crypto_hash_sha256_BLOCKBYTES 64U #ifdef __cplusplus extern "C" { #endif SODIUM_EXPORT size_t crypto_hash_sha256_bytes(void); SODIUM_EXPORT const char * crypto_hash_sha256_primitive(void); SODIUM_EXPORT int crypto_hash_sha256(unsigned char *,const unsigned char *,unsigned long long); #ifdef __cplusplus } #endif #define crypto_hash_sha256_ref crypto_hash_sha256 #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_sha256.h |
rbnacl-libsodium-0.4.5a | vendor/libsodium/src/libsodium/include/sodium/crypto_hash_sha256.h |