MCPcopy 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
211int Int::GetBitLength() {
212 return mpz_sizeinbase(num,2);
213}
214
215uint64_t Int::GetInt64() {
216 char *temp =NULL;

Callers 1

ScalarMultiplicationMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected