Sha256: 9be8b9ca2acab0f3a23518868cf4cedf49657a6adc5a6838b0c8bcbfb6344e17
Contents?: true
Size: 651 Bytes
Versions: 2
Compression:
Stored size: 651 Bytes
Contents
#ifndef crypto_hashblocks_sha256_H #define crypto_hashblocks_sha256_H #include <stddef.h> #include "export.h" #define crypto_hashblocks_sha256_STATEBYTES 32U #define crypto_hashblocks_sha256_BLOCKBYTES 64U #ifdef __cplusplus extern "C" { #endif SODIUM_EXPORT size_t crypto_hashblocks_sha256_statebytes(void); SODIUM_EXPORT size_t crypto_hashblocks_sha256_blockbytes(void); SODIUM_EXPORT const char * crypto_hashblocks_sha256_primitive(void); SODIUM_EXPORT int crypto_hashblocks_sha256(unsigned char *,const unsigned char *,unsigned long long); #ifdef __cplusplus } #endif #define crypto_hashblocks_sha256_ref crypto_hashblocks_sha256 #endif
Version data entries
2 entries across 2 versions & 1 rubygems