Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/albertobsd/keyhunt
/ ModNeg
Method
ModNeg
gmp256k1/IntMod.cpp:15–18 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
13
}
14
15
void Int::ModNeg() {
16
mpz_neg(num,num);
17
mpz_add(num,num,_P.num);
18
}
19
20
void Int::ModAdd(Int *a) {
21
mpz_t p;
Callers
15
thread_process
Function · 0.45
thread_process_vanity
Function · 0.45
thread_process_bsgs
Function · 0.45
thread_process_bsgs_random
Function · 0.45
thread_bPload
Function · 0.45
thread_bPload_2blooms
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
thread_bPload
Function · 0.45
thread_bPload_2blooms
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected