Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/albertobsd/keyhunt
/ ModSub
Method
ModSub
secp256k1/IntMod.cpp:79–83 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
77
// ------------------------------------------------
78
79
void Int::ModSub(Int *a) {
80
Sub(a);
81
if (IsNegative())
82
Add(&_P);
83
}
84
85
// ------------------------------------------------
86
Callers
6
AddDirect
Method · 0.45
Add2
Method · 0.45
Add
Method · 0.45
DoubleDirect
Method · 0.45
Double
Method · 0.45
EC
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected