OpenSSLModularExponentiator

Undocumented in source.
package final
static if(BOTAN_HAS_ENGINE_OPENSSL)
class OpenSSLModularExponentiator : ModularExponentiator {}

Constructors

this
this(BigInt n)
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 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.

Meta