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

Function blake2b_set_lastblock

freebsd/contrib/libb2/blake2b.c:93–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91}
92
93static inline int blake2b_set_lastblock( blake2b_state *S )
94{
95 if( S->last_node ) blake2b_set_lastnode( S );
96
97 S->f[0] = ~0ULL;
98 return 0;
99}
100
101static inline int blake2b_clear_lastblock( blake2b_state *S )
102{

Callers 1

blake2b_finalFunction · 0.70

Calls 1

blake2b_set_lastnodeFunction · 0.70

Tested by

no test coverage detected