MCPcopy Create free account
hub / github.com/JeanLucPons/VanitySearch / ModAddK1order

Method ModAddK1order

IntMod.cpp:1160–1165  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1158}
1159
1160void Int::ModAddK1order(Int *a, Int *b) {
1161 Add(a,b);
1162 Sub(_O);
1163 if (IsNegative())
1164 Add(_O);
1165}
1166
1167void Int::ModAddK1order(Int *a) {
1168 Add(a);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected