Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
29
void 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_SHA256
Method · 0.45
Calls
1
Write
Method · 0.45
Tested by
no test coverage detected