| 415 | } |
| 416 | |
| 417 | SZ_DYNAMIC sz_u64_t sz_hash_state_digest(sz_hash_state_t const *state) { |
| 418 | return sz_dispatch_table.hash_state_digest(state); |
| 419 | } |
| 420 | |
| 421 | SZ_DYNAMIC void sz_fill_random(sz_ptr_t result, sz_size_t result_length, sz_u64_t nonce) { |
| 422 | sz_dispatch_table.fill_random(result, result_length, nonce); |
no outgoing calls
no test coverage detected
searching dependent graphs…