Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SmingHub/Sming
/ CRYPTO_FUNC_FINAL
Function
CRYPTO_FUNC_FINAL
Sming/Components/crypto/src/sha2big.cpp:74–77 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
72
}
73
74
CRYPTO_FUNC_FINAL(sha384)
75
{
76
sha2big_final(ctx, digest, true);
77
}
78
79
CRYPTO_FUNC_GET_STATE(sha384)
80
{
Callers
nothing calls this directly
Calls
1
sha2big_final
Function · 0.85
Tested by
no test coverage detected