MCPcopy 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
228int Int::GetBit(uint32_t n) {
229 return mpz_tstbit(num,n);
230}
231
232void Int::SetBit(uint32_t n) {
233 mpz_setbit(num,n);

Callers 1

ScalarMultiplicationMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected