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

Method getNextKey

CLKeySearchDevice/CLKeySearchDevice.cpp:576–581  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

574
575
576secp256k1::uint256 CLKeySearchDevice::getNextKey()
577{
578 uint64_t totalPoints = (uint64_t)_points * _threads * _blocks;
579
580 return _start + secp256k1::uint256(totalPoints) * _iterations * _stride;
581}

Callers

nothing calls this directly

Calls 1

uint256Class · 0.85

Tested by

no test coverage detected