FixedBasePowerModImpl

Fixed Base Modular Exponentiator Proxy

static if(BOTAN_HAS_PUBLIC_KEY_CRYPTO)
class FixedBasePowerModImpl : PowerMod {}

Constructors

this
this(BigInt b, BigInt n, UsageHints hints)
Undocumented in source.

Members

Functions

opCall
BigInt opCall(BigInt e)
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From PowerMod

UsageHints
alias UsageHints = ushort
Undocumented in source.
NO_HINTS
anonymousenum NO_HINTS
Undocumented in source.
windowBits
size_t windowBits(size_t exp_bits, size_t , PowerMod.UsageHints hints)
Undocumented in source. Be warned that the author may not have intended to support it.
setModulus
void setModulus(BigInt n, UsageHints hints)
Undocumented in source. Be warned that the author may not have intended to support it.
setBase
void setBase(BigInt b)
Undocumented in source. Be warned that the author may not have intended to support it.
setExponent
void setExponent(BigInt e)
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.

Meta