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

Method ModMul

IntMod.cpp:588–594  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

586// ------------------------------------------------
587
588void Int::ModMul(Int *a) {
589
590 Int p;
591 p.MontgomeryMult(a, this);
592 MontgomeryMult(&_R2, &p);
593
594}
595
596// ------------------------------------------------
597

Callers 4

CheckMethod · 0.80
ReduceMethod · 0.80
ModExpMethod · 0.80
ModSqrtMethod · 0.80

Calls 1

MontgomeryMultMethod · 0.80

Tested by

no test coverage detected