Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/albertobsd/keyhunt
/ GetBit
Method
GetBit
gmp256k1/Int.cpp:228–230 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
226
}
227
228
int Int::GetBit(uint32_t n) {
229
return mpz_tstbit(num,n);
230
}
231
232
void Int::SetBit(uint32_t n) {
233
mpz_setbit(num,n);
Callers
1
ScalarMultiplication
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected