Some helper functions, not necessarily useful */
| 79 | |
| 80 | /* Some helper functions, not necessarily useful */ |
| 81 | static inline int blake2b_set_lastnode( blake2b_state *S ) |
| 82 | { |
| 83 | S->f[1] = ~0ULL; |
| 84 | return 0; |
| 85 | } |
| 86 | |
| 87 | static inline int blake2b_clear_lastnode( blake2b_state *S ) |
| 88 | { |
no outgoing calls
no test coverage detected