Sha256: 541220c3cd78acb15a80398a4b732e3ed7cf4b8fac531fb99c574b97ef826557
Contents?: true
Size: 151 Bytes
Versions: 9
Compression:
Stored size: 151 Bytes
Contents
#ifndef blake2b_long_H #define blake2b_long_H #include <stddef.h> int blake2b_long(void *pout, size_t outlen, const void *in, size_t inlen); #endif
Version data entries
9 entries across 9 versions & 2 rubygems