MCPcopy Create free account
hub / github.com/LemonOSProject/LemonOS / GetHash

Method GetHash

LibLemon/src/sha.cpp:83–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81}
82
83std::string SHA256::GetHash(){
84 std::stringstream stream;
85 for(int i = 0; i < 8; i++){
86 stream << std::hex << hash[i];
87 }
88 return stream.str();
89}

Callers 1

OnOKPressFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected