MCPcopy Create free account
hub / github.com/SmingHub/Sming / CRYPTO_FUNC_FINAL

Function CRYPTO_FUNC_FINAL

Sming/Components/crypto/src/sha2small.cpp:66–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64}
65
66CRYPTO_FUNC_FINAL(sha256)
67{
68 sha2small_final(digest, ctx, false);
69}
70
71CRYPTO_FUNC_GET_STATE(sha256)
72{

Callers

nothing calls this directly

Calls 1

sha2small_finalFunction · 0.85

Tested by

no test coverage detected