Aprismatic.BigIntegerExt
/
0.1.4
Aprismatic.BigIntegerExt 0.1.4
Install from the command line:
Learn more about NuGet packages
$ dotnet add package Aprismatic.BigIntegerExt --version 0.1.4
About this version
A set of extension methods for the .NET System.Numerics.BigInteger
class, including methods like ModInverse
, GenPseudoPrime
, GenRandomBits
(using cryptographically strong RNG), IsProbablePrime
(implemented using Rabin-Miller test).