Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
155
bool Int::IsLower(Int *a) {
156
if(mpz_cmp(num,a->num) < 0)
157
return true;
158
return false;
159
}
160
161
bool Int::IsEqual(Int *a) {
162
if(mpz_cmp(num,a->num) == 0)
Callers
14
keyhunt_legacy.cpp
File · 0.45
thread_process
Function · 0.45
thread_process_vanity
Function · 0.45
thread_pub2rmd
Function · 0.45
thread_process_bsgs_dance
Function · 0.45
thread_process_bsgs_backward
Function · 0.45
thread_process_bsgs_both
Function · 0.45
thread_process_bsgs
Function · 0.45
keyhunt.cpp
File · 0.45
thread_process
Function · 0.45
thread_process_vanity
Function · 0.45
thread_process_bsgs_dance
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected