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

Function blake2b_set_lastnode

freebsd/contrib/libb2/blake2b-ref.c:46–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44
45
46static inline int blake2b_set_lastnode( blake2b_state *S )
47{
48 S->f[1] = ~0ULL;
49 return 0;
50}
51
52static inline int blake2b_clear_lastnode( blake2b_state *S )
53{

Callers 1

blake2b_set_lastblockFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected