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

Function sha256_finish

src/base/hash_libtomcrypt.cpp:201–206  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

199}
200
201SHA256_DIGEST sha256_finish(SHA256_CTX *ctxt)
202{
203 SHA256_DIGEST result;
204 sha_done(ctxt, result.data);
205 return result;
206}
207
208#endif

Callers

nothing calls this directly

Calls 1

sha_doneFunction · 0.85

Tested by

no test coverage detected