MCPcopy 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
74CRYPTO_FUNC_FINAL(sha384)
75{
76 sha2big_final(ctx, digest, true);
77}
78
79CRYPTO_FUNC_GET_STATE(sha384)
80{

Callers

nothing calls this directly

Calls 1

sha2big_finalFunction · 0.85

Tested by

no test coverage detected