Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ crypto_hash
Function
crypto_hash
freebsd/contrib/libb2/blake2s.c:417–420 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
415
416
#if defined(SUPERCOP)
417
int crypto_hash( unsigned char *out, unsigned char *in, unsigned long long inlen )
418
{
419
return blake2s( out, in, NULL, BLAKE2S_OUTBYTES, (size_t)inlen, 0 );
420
}
421
#endif
422
Callers
nothing calls this directly
Calls
1
blake2s
Function · 0.70
Tested by
no test coverage detected