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

Method MultModN

Int.cpp:720–727  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

718// ------------------------------------------------
719
720void Int::MultModN(Int *a,Int *b,Int *n) {
721
722 Int r;
723 Mult(a,b);
724 Div(n,&r);
725 Set(&r);
726
727}
728
729// ------------------------------------------------
730

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected