MCPcopy Create free account
hub / github.com/FastFlowLM/FastFlowLM / SHA1

Method SHA1

src/pull/sha1.hpp:244–247  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

242
243
244inline SHA1::SHA1()
245{
246 reset(digest, buffer, transforms);
247}
248
249
250inline void SHA1::update(const std::string &s)

Callers

nothing calls this directly

Calls 1

resetFunction · 0.70

Tested by

no test coverage detected