MCPcopy Create free account
hub / github.com/abbeycode/UnrarKit / blake2s_set_lastblock

Function blake2s_set_lastblock

Libraries/unrar/blake2s.cpp:42–47  ·  view source on GitHub ↗

Some helper functions, not necessarily useful */

Source from the content-addressed store, hash-verified

40
41/* Some helper functions, not necessarily useful */
42static inline void blake2s_set_lastblock( blake2s_state *S )
43{
44 if( S->last_node ) blake2s_set_lastnode( S );
45
46 S->f[0] = ~0U;
47}
48
49
50static inline void blake2s_increment_counter( blake2s_state *S, const uint32 inc )

Callers 1

blake2s_finalFunction · 0.85

Calls 1

blake2s_set_lastnodeFunction · 0.85

Tested by

no test coverage detected