Engine.modExp

interface Engine
const
static if(BOTAN_HAS_PUBLIC_KEY_CRYPTO)
ModularExponentiator
modExp
(
const ref BigInt n
,
PowerMod.UsageHints hints
)

Parameters

n BigInt

the modulus

hints PowerMod.UsageHints

any use hints

Return Value

Type: ModularExponentiator

newly allocated object, or NULL

Meta