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.c:139–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

137}
138
139static inline int blake2s_param_set_node_offset( blake2s_param *P, const uint64_t node_offset )
140{
141 store48( P->node_offset, node_offset );
142 return 0;
143}
144
145static inline int blake2s_param_set_node_depth( blake2s_param *P, const uint8_t node_depth )
146{

Callers

nothing calls this directly

Calls 1

store48Function · 0.85

Tested by

no test coverage detected