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

Method CSHA256

src/crypto/sha256.cpp:684–687  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

682////// SHA-256
683
684CSHA256::CSHA256() : bytes(0)
685{
686 sha256::Initialize(s);
687}
688
689CSHA256& CSHA256::Write(const unsigned char* data, size_t len)
690{

Callers

nothing calls this directly

Calls 1

InitializeFunction · 0.70

Tested by

no test coverage detected