MCPcopy Create free account
hub / github.com/ElementsProject/elements / Finalize

Method Finalize

src/crypto/hmac_sha256.cpp:29–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27}
28
29void CHMAC_SHA256::Finalize(unsigned char hash[OUTPUT_SIZE])
30{
31 unsigned char temp[32];
32 inner.Finalize(temp);
33 outer.Write(temp, 32).Finalize(hash);
34}

Callers 1

CHMAC_SHA256Method · 0.45

Calls 1

WriteMethod · 0.45

Tested by

no test coverage detected