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

Method ModInvorder

gmp256k1/IntMod.cpp:146–148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

144}
145
146void Int::ModInvorder() {
147 mpz_invert(num,num,_O->num);
148}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected