crypto v0.2.14 (2020-09-01T02:12:58Z)
Dub
Repo
BigIntHelper.powmod
crypto
bigint
BigIntHelper
alias
powmod
=
std
.
bigint
.
powmod
BigInt
powmod
(BigInt base, BigInt exponent, BigInt modulus)
struct
BigIntHelper
static pure nothrow
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
fromBytes
isProbablePrime
randomGenerate
toUBytes