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

Function blake2b_param_set_leaf_length

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

Source from the content-addressed store, hash-verified

101}
102
103static inline int blake2b_param_set_leaf_length( blake2b_param *P, const uint32_t leaf_length )
104{
105 store32( &P->leaf_length, leaf_length );
106 return 0;
107}
108
109static inline int blake2b_param_set_node_offset( blake2b_param *P, const uint64_t node_offset )
110{

Callers

nothing calls this directly

Calls 1

store32Function · 0.85

Tested by

no test coverage detected