Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/elements
/ SHA256Uint256
Function
SHA256Uint256
src/hash.cpp:82–87 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
80
}
81
82
uint256 SHA256Uint256(const uint256& input)
83
{
84
uint256 result;
85
CSHA256().Write(input.begin(), 32).Finalize(result.begin());
86
return result;
87
}
88
89
CHashWriter TaggedHash(const std::string& tag)
90
{
Callers
2
Init
Method · 0.85
SignatureHash
Function · 0.85
Calls
4
CSHA256
Class · 0.85
Finalize
Method · 0.45
Write
Method · 0.45
begin
Method · 0.45
Tested by
no test coverage detected