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

Method KeySearchTarget

KeyFinderLib/KeySearchTypes.h:45–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43 unsigned int value[5];
44
45 KeySearchTarget()
46 {
47 memset(value, 0, sizeof(value));
48 }
49
50 KeySearchTarget(const unsigned int h[5])
51 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected