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

Method keysPerStep

CudaKeySearchDevice/CudaKeySearchDevice.cpp:164–167  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

162}
163
164uint64_t CudaKeySearchDevice::keysPerStep()
165{
166 return (uint64_t)_blocks * _threads * _pointsPerThread;
167}
168
169std::string CudaKeySearchDevice::getDeviceName()
170{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected