Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/JeanLucPons/VanitySearch
/ ModSubK1order
Method
ModSubK1order
IntMod.cpp:1174–1178 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1172
}
1173
1174
void Int::ModSubK1order(Int *a) {
1175
Sub(a);
1176
if(IsNegative())
1177
Add(_O);
1178
}
1179
1180
void Int::ModNegK1order() {
1181
Neg();
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected