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

Method Mod

gmp256k1/IntMod.cpp:7–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5static Int *_O; // Field Order
6
7void Int::Mod(Int *A) {
8 mpz_mod(num,num,A->num);
9}
10
11void Int::ModInv() {
12 mpz_invert(num,num,_P.num);

Callers 1

RandMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected