| 94 | } |
| 95 | |
| 96 | static inline int blake2s_param_set_leaf_length( blake2s_param *P, const uint32_t leaf_length ) |
| 97 | { |
| 98 | store32( &P->leaf_length, leaf_length ); |
| 99 | return 0; |
| 100 | } |
| 101 | |
| 102 | static inline int blake2s_param_set_node_offset( blake2s_param *P, const uint64_t node_offset ) |
| 103 | { |