Sha256: 2079f97ccd18d446cc04b630c15a1a74c076678289026ecf85257cc2282d7205
Contents?: true
Size: 652 Bytes
Versions: 2
Compression:
Stored size: 652 Bytes
Contents
#ifndef crypto_hashblocks_sha512_H #define crypto_hashblocks_sha512_H #include <stddef.h> #include "export.h" #define crypto_hashblocks_sha512_STATEBYTES 64U #define crypto_hashblocks_sha512_BLOCKBYTES 128U #ifdef __cplusplus extern "C" { #endif SODIUM_EXPORT size_t crypto_hashblocks_sha512_statebytes(void); SODIUM_EXPORT size_t crypto_hashblocks_sha512_blockbytes(void); SODIUM_EXPORT const char * crypto_hashblocks_sha512_primitive(void); SODIUM_EXPORT int crypto_hashblocks_sha512(unsigned char *,const unsigned char *,unsigned long long); #ifdef __cplusplus } #endif #define crypto_hashblocks_sha512_ref crypto_hashblocks_sha512 #endif
Version data entries
2 entries across 2 versions & 1 rubygems