| 100 | } |
| 101 | |
| 102 | static 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 | |
| 108 | static inline int blake2s_param_set_node_depth( blake2s_param *P, const uint8_t node_depth ) |
| 109 | { |