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

Method ModInv

gmp256k1/IntMod.cpp:11–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9}
10
11void Int::ModInv() {
12 mpz_invert(num,num,_P.num);
13}
14
15void Int::ModNeg() {
16 mpz_neg(num,num);

Callers 15

thread_processFunction · 0.45
thread_process_vanityFunction · 0.45
thread_process_bsgsFunction · 0.45
thread_bPloadFunction · 0.45
thread_bPload_2bloomsFunction · 0.45
thread_process_bsgs_bothFunction · 0.45
thread_process_bsgsFunction · 0.45
thread_bPloadFunction · 0.45
thread_bPload_2bloomsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected