botan v1.12.5 (2016-04-07T22:31:19Z)
Dub
Repo
ModularExponentiator
botan
math
numbertheory
pow_mod
Modular Exponentiator Interface
static if
(
BOTAN_HAS_PUBLIC_KEY_CRYPTO
)
interface
ModularExponentiator {
void
setBase
(BigInt );
void
setExponent
(BigInt );
BigInt
execute
();
ModularExponentiator
copy
();
}
Members
Functions
copy
ModularExponentiator
copy
()
Undocumented in source.
execute
BigInt
execute
()
Undocumented in source.
setBase
void
setBase
(BigInt )
Undocumented in source.
setExponent
void
setExponent
(BigInt )
Undocumented in source.
Meta
Source
See Implementation
botan
math
numbertheory
pow_mod
aliases
FixedBasePowerMod
FixedExponentPowerMod
classes
FixedBasePowerModImpl
FixedExponentPowerModImpl
PowerMod
functions
chooseBaseHints
chooseExpHints
interfaces
ModularExponentiator
Modular Exponentiator Interface