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

Function blake2s_param_set_leaf_length

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

Source from the content-addressed store, hash-verified

94}
95
96static inline int blake2s_param_set_leaf_length( blake2s_param *P, const uint32_t leaf_length )
97{
98 store32( &P->leaf_length, leaf_length );
99 return 0;
100}
101
102static inline int blake2s_param_set_node_offset( blake2s_param *P, const uint64_t node_offset )
103{

Callers

nothing calls this directly

Calls 1

store32Function · 0.85

Tested by

no test coverage detected