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

Function blake2s_set_lastblock

freebsd/contrib/libb2/blake2s-ref.c:54–60  ·  view source on GitHub ↗

Some helper functions, not necessarily useful */

Source from the content-addressed store, hash-verified

52
53/* Some helper functions, not necessarily useful */
54static inline int blake2s_set_lastblock( blake2s_state *S )
55{
56 if( S->last_node ) blake2s_set_lastnode( S );
57
58 S->f[0] = ~0U;
59 return 0;
60}
61
62static inline int blake2s_clear_lastblock( blake2s_state *S )
63{

Callers 1

blake2s_finalFunction · 0.70

Calls 1

blake2s_set_lastnodeFunction · 0.70

Tested by

no test coverage detected