crypto v0.2.5 (2019-07-08T09:49:00Z)
Dub
Repo
BigIntHelper.powmod
crypto
bigint
BigIntHelper
alias
powmod
=
std
.
bigint
.
powmod
BigInt
powmod
(BigInt base, BigInt exponent, BigInt modulus)
struct
BigIntHelper
static
static if
(!(
__VERSION__ >= 2087
))
BigInt
powmod
(
const
BigInt
base
,
const
BigInt
exponent
,
const
BigInt
modulus
)
Meta
Source
See Implementation
crypto
bigint
BigIntHelper
aliases
powmod
static functions
bigIntFromUByteArray
bigIntToUByteArray
millerRabinPrimeTest
randomGenerate