Engine.modExp

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

Parameters

n const(BigInt)*

the modulus

hints PowerMod.UsageHints

any use hints

Return Value

Type: ModularExponentiator

newly allocated object, or NULL

Meta