Aprismatic.BigIntegerExt
/
0.2.0.1
Aprismatic.BigIntegerExt 0.2.0.1
Install from the command line:
Learn more about NuGet packages
$ dotnet add package Aprismatic.BigIntegerExt --version 0.2.0.1
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).