MCPcopy 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
79void Int::ModSub(Int *a) {
80 Sub(a);
81 if (IsNegative())
82 Add(&_P);
83}
84
85// ------------------------------------------------
86

Callers 6

AddDirectMethod · 0.45
Add2Method · 0.45
AddMethod · 0.45
DoubleDirectMethod · 0.45
DoubleMethod · 0.45
ECMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected