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

Method GetInt32

gmp256k1/Int.cpp:224–226  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

222}
223
224uint32_t Int::GetInt32() {
225 return mpz_get_ui(num);
226}
227
228int Int::GetBit(uint32_t n) {
229 return mpz_tstbit(num,n);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected