MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / WeakHashContext

Class WeakHashContext

src/common/classes/Hash.h:358–366  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

356 };
357
358 class WeakHashContext final : public HashContext
359 {
360 public:
361 virtual void update(const void* data, FB_SIZE_T length);
362 virtual void finish(dsc& result);
363
364 private:
365 SINT64 hashNumber = 0;
366 };
367
368 class LibTomCryptHashContext : public HashContext
369 {

Callers 1

evlHashFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected