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

Function blake2s_param_set_node_offset

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

Source from the content-addressed store, hash-verified

100}
101
102static inline int blake2s_param_set_node_offset( blake2s_param *P, const uint64_t node_offset )
103{
104 store48( P->node_offset, node_offset );
105 return 0;
106}
107
108static inline int blake2s_param_set_node_depth( blake2s_param *P, const uint8_t node_depth )
109{

Callers

nothing calls this directly

Calls 1

store48Function · 0.85

Tested by

no test coverage detected