| 137 | } |
| 138 | |
| 139 | static 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 | |
| 145 | static inline int blake2s_param_set_node_depth( blake2s_param *P, const uint8_t node_depth ) |
| 146 | { |