MCPcopy Create free account
hub / github.com/albertobsd/keyhunt / SetBit

Method SetBit

gmp256k1/Int.cpp:232–234  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

230}
231
232void Int::SetBit(uint32_t n) {
233 mpz_setbit(num,n);
234}
235
236void Int::ClearBit(uint32_t n) {
237 mpz_clrbit(num,n);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected