crypto v0.2.5 (2019-07-08T09:49:00Z)
Dub
Repo
BigIntHelper.randomGenerate
crypto
bigint
BigIntHelper
Random generate a BigInt between min and max.
BigInt
randomGenerate
(uint bitLength, int highBit, int lowBit)
BigInt
randomGenerate
(BigInt min, BigInt max)
struct
BigIntHelper
static
BigInt
randomGenerate
(
const
BigInt
min
,
const
BigInt
max
)
Meta
Source
See Implementation
crypto
bigint
BigIntHelper
aliases
powmod
static functions
bigIntFromUByteArray
bigIntToUByteArray
millerRabinPrimeTest
randomGenerate
Random generate a BigInt between min and max.