Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BTCGPU/BTCGPU
/ CSHA256
Method
CSHA256
src/crypto/sha256.cpp:643–646 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
641
////// SHA-256
642
643
CSHA256::CSHA256() : bytes(0)
644
{
645
sha256::Initialize(s);
646
}
647
648
CSHA256& CSHA256::Write(const unsigned char* data, size_t len)
649
{
Callers
nothing calls this directly
Calls
1
Initialize
Function · 0.70
Tested by
no test coverage detected