MCPcopy Create free account
hub / github.com/NVIDIAGameWorks/Falcor / toString

Method toString

Source/Falcor/Utils/CryptoUtils.cpp:112–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110}
111
112std::string SHA1::toString(const SHA1::MD& sha1)
113{
114 std::stringstream ss;
115 ss << std::hex << std::setfill('0') << std::setw(2);
116 for (auto c : sha1)
117 ss << (int)c;
118 return ss.str();
119}
120
121void SHA1::addByte(uint8_t byte)
122{

Callers 13

PFunction · 0.45
jeri.min.jsFile · 0.45
rFunction · 0.45
exr-wrap.jsFile · 0.45
extendErrorFunction · 0.45
__embind_register_classFunction · 0.45
_embind_reprFunction · 0.45
leadingSomethingFunction · 0.45
_strftimeFunction · 0.45
handleJobFunction · 0.45
react-dom.min.jsFile · 0.45
iFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected