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

Method ClearBit

gmp256k1/Int.cpp:236–238  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

234}
235
236void Int::ClearBit(uint32_t n) {
237 mpz_clrbit(num,n);
238}
239
240
241void Int::Get32Bytes(unsigned char *buff) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected