Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/albertobsd/keyhunt
/ GetBitLength
Method
GetBitLength
gmp256k1/Int.cpp:211–213 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
209
}
210
211
int Int::GetBitLength() {
212
return mpz_sizeinbase(num,2);
213
}
214
215
uint64_t Int::GetInt64() {
216
char *temp =NULL;
Callers
1
ScalarMultiplication
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected