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

Function blake2b_param_set_node_offset

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

Source from the content-addressed store, hash-verified

107}
108
109static inline int blake2b_param_set_node_offset( blake2b_param *P, const uint64_t node_offset )
110{
111 store64( &P->node_offset, node_offset );
112 return 0;
113}
114
115static inline int blake2b_param_set_node_depth( blake2b_param *P, const uint8_t node_depth )
116{

Callers

nothing calls this directly

Calls 1

store64Function · 0.85

Tested by

no test coverage detected