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

Method IsLower

gmp256k1/Int.cpp:155–159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

153}
154
155bool Int::IsLower(Int *a) {
156 if(mpz_cmp(num,a->num) < 0)
157 return true;
158 return false;
159}
160
161bool Int::IsEqual(Int *a) {
162 if(mpz_cmp(num,a->num) == 0)

Callers 14

keyhunt_legacy.cppFile · 0.45
thread_processFunction · 0.45
thread_process_vanityFunction · 0.45
thread_pub2rmdFunction · 0.45
thread_process_bsgs_bothFunction · 0.45
thread_process_bsgsFunction · 0.45
keyhunt.cppFile · 0.45
thread_processFunction · 0.45
thread_process_vanityFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected