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

Function blake2b_set_lastblock

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

Some helper functions, not necessarily useful */

Source from the content-addressed store, hash-verified

57
58/* Some helper functions, not necessarily useful */
59static inline int blake2b_set_lastblock( blake2b_state *S )
60{
61 if( S->last_node ) blake2b_set_lastnode( S );
62
63 S->f[0] = ~0ULL;
64 return 0;
65}
66
67static inline int blake2b_clear_lastblock( blake2b_state *S )
68{

Callers 1

blake2b_finalFunction · 0.70

Calls 1

blake2b_set_lastnodeFunction · 0.70

Tested by

no test coverage detected