crypto ~master (2020-12-03T08:33:30Z)
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
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