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

Function crypto_hash

freebsd/contrib/libb2/blake2b.c:439–442  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

437
438#if defined(SUPERCOP)
439int crypto_hash( unsigned char *out, unsigned char *in, unsigned long long inlen )
440{
441 return blake2b( out, in, NULL, BLAKE2B_OUTBYTES, inlen, 0 );
442}
443#endif

Callers

nothing calls this directly

Calls 1

blake2bFunction · 0.70

Tested by

no test coverage detected