Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/brichard19/BitCrack
/ init
Method
init
KeyFinderLib/KeyFinder.cpp:135–140 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
133
}
134
135
void KeyFinder::init()
136
{
137
Logger::log(LogLevel::Info,
"Initializing "
+ _device->getDeviceName());
138
139
_device->init(_startKey, _compression, _stride);
140
}
141
142
143
void KeyFinder::stop()
Callers
1
run
Function · 0.45
Calls
1
getDeviceName
Method · 0.45
Tested by
no test coverage detected