MCPcopy Create free account
hub / github.com/F-Stack/f-stack / blake2

Function blake2

freebsd/contrib/libb2/blake2.h:172–175  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

170 BLAKE2_API int blake2bp( uint8_t *out, const void *in, const void *key, size_t outlen, size_t inlen, size_t keylen );
171
172 static inline int blake2( uint8_t *out, const void *in, const void *key, size_t outlen, size_t inlen, size_t keylen )
173 {
174 return blake2b( out, in, key, outlen, inlen, keylen );
175 }
176
177#if defined(__cplusplus)
178}

Callers

nothing calls this directly

Calls 1

blake2bFunction · 0.70

Tested by

no test coverage detected