Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
5
static Int *_O; // Field Order
6
7
void Int::Mod(Int *A) {
8
mpz_mod(num,num,A->num);
9
}
10
11
void Int::ModInv() {
12
mpz_invert(num,num,_P.num);
Callers
1
Rand
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected