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

Method ModMul

secp256k1/IntMod.cpp:529–535  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

527// ------------------------------------------------
528
529void Int::ModMul(Int *a) {
530
531 Int p;
532 p.MontgomeryMult(a, this);
533 MontgomeryMult(&_R2, &p);
534
535}
536
537// ------------------------------------------------
538

Callers 3

ReduceMethod · 0.45
ModExpMethod · 0.45
ModSqrtMethod · 0.45

Calls 1

MontgomeryMultMethod · 0.80

Tested by

no test coverage detected