MCPcopy Create free account
hub / github.com/ashvardanian/StringZilla / sz_hash_state_digest

Function sz_hash_state_digest

c/stringzilla.c:417–419  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

415}
416
417SZ_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
421SZ_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);

Callers 4

Hasher_digestFunction · 0.50
Hasher_hexdigestFunction · 0.50
digestMethod · 0.50
hasherDigestFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…