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

Method getNextKey

CudaKeySearchDevice/CudaKeySearchDevice.cpp:311–316  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

309}
310
311secp256k1::uint256 CudaKeySearchDevice::getNextKey()
312{
313 uint64_t totalPoints = (uint64_t)_pointsPerThread * _threads * _blocks;
314
315 return _startExponent + secp256k1::uint256(totalPoints) * _iterations * _stride;
316}

Callers

nothing calls this directly

Calls 1

uint256Class · 0.85

Tested by

no test coverage detected