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

Function sz_sha256_state_init

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

Source from the content-addressed store, hash-verified

423}
424
425SZ_DYNAMIC void sz_sha256_state_init(sz_sha256_state_t *state) { sz_dispatch_table.sha256_state_init(state); }
426
427SZ_DYNAMIC void sz_sha256_state_update(sz_sha256_state_t *state, sz_cptr_t data, sz_size_t length) {
428 sz_dispatch_table.sha256_state_update(state, data, length);

Callers 9

Str_like_sha256Function · 0.50
hmac_sha256Function · 0.50
Sha256_newFunction · 0.50
Sha256_initFunction · 0.50
Sha256_resetFunction · 0.50
newMethod · 0.50
sha256APIFunction · 0.50
sha256HasherConstructorFunction · 0.50
sha256HasherResetFunction · 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…