MontgomeryExponentiator

Montgomery Exponentiator

Constructors

this
this(BigInt mod, PowerMod.UsageHints hints)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

copy
ModularExponentiator copy()
Undocumented in source. Be warned that the author may not have intended to support it.
execute
BigInt execute()
Undocumented in source. Be warned that the author may not have intended to support it.
setBase
void setBase(BigInt base)
Undocumented in source. Be warned that the author may not have intended to support it.
setExponent
void setExponent(BigInt exp)
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From ModularExponentiator

setBase
void setBase(BigInt )
Undocumented in source.
setExponent
void setExponent(BigInt )
Undocumented in source.
execute
BigInt execute()
Undocumented in source.
copy
ModularExponentiator copy()
Undocumented in source.

Meta