MCPcopy Create free account
hub / github.com/ddnet/ddnet / sha256_update

Function sha256_update

src/base/hash_libtomcrypt.cpp:196–199  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

194}
195
196void sha256_update(SHA256_CTX *ctxt, const void *data, size_t data_len)
197{
198 sha_process(ctxt, data, data_len);
199}
200
201SHA256_DIGEST sha256_finish(SHA256_CTX *ctxt)
202{

Callers

nothing calls this directly

Calls 1

sha_processFunction · 0.85

Tested by

no test coverage detected