ModularExponentiator

Modular Exponentiator Interface

static if(BOTAN_HAS_PUBLIC_KEY_CRYPTO)
interface ModularExponentiator {}

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