MCPcopy Create free account
hub / github.com/brichard19/BitCrack / isTargetInList

Method isTargetInList

KeyFinderLib/KeyFinder.cpp:155–159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

153}
154
155bool KeyFinder::isTargetInList(const unsigned int hash[5])
156{
157 KeySearchTarget t(hash);
158 return _targets.find(t) != _targets.end();
159}
160
161
162void KeyFinder::run()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected