MCPcopy Create free account
hub / github.com/Tripwire/tripwire-open-source / MultiplicativeInverse

Method MultiplicativeInverse

src/cryptlib/integer.cpp:2087–2090  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2085}
2086
2087Integer Integer::MultiplicativeInverse() const
2088{
2089 return IsUnit() ? *this : Zero();
2090}
2091
2092Integer a_times_b_mod_c(const Integer &x, const Integer& y, const Integer& m)
2093{

Callers

nothing calls this directly

Calls 7

CopyWordsFunction · 0.85
SetWordsFunction · 0.85
MontgomeryReduceFunction · 0.85
AlmostInverseFunction · 0.85
DivideByPower2ModFunction · 0.85
MultiplyByPower2ModFunction · 0.85
InverseModMethod · 0.80

Tested by

no test coverage detected