MCPcopy Create free account
hub / github.com/albertobsd/keyhunt / ModAddK1order

Method ModAddK1order

secp256k1/IntMod.cpp:1102–1107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1100}
1101
1102void Int::ModAddK1order(Int *a, Int *b) {
1103 Add(a,b);
1104 Sub(_O);
1105 if (IsNegative())
1106 Add(_O);
1107}
1108
1109void Int::ModMulK1order(Int *a) {
1110

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected