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

Method ModSquareK1

gmp256k1/IntMod.cpp:93–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91
92
93void Int::ModSquareK1(Int *a) {
94 mpz_powm_ui(num,a->num,2,_P.num);
95}
96
97void Int::ModDouble() {
98 mpz_t p;

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