BigInteger 1.0.7
A fast and feature-rich BigInteger implementation for .NET. Works faster than the "native" .NET Framework implementation (available in System.Numerics since .NET 4.0) and than the Bouncy Castle implementation. The library is compatible with .NET 2.0+ and is a fully-managed zero-dependency class.
Install-Package BigInteger -Version 1.0.7
dotnet add package BigInteger --version 1.0.7
<PackageReference Include="BigInteger" Version="1.0.7" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add BigInteger --version 1.0.7
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: BigInteger, 1.0.7"
For F# scripts that support #r syntax, copy this into the source code to reference the package.
Dependencies
This package has no dependencies.
Used By
NuGet packages (2)
Showing the top 2 NuGet packages that depend on BigInteger:
Package | Downloads |
---|---|
ElGamalExt.Homomorphism
Extension for the .NET Framework cryptography subsystem, which introduces the ElGamal public key cryptosystem with support for homomorphic multiplication.
|
|
PaillierExt.Homomorphism
Extension for the .NET Framework cryptography subsystem, which introduces the Paillier public key cryptosystem with support for homomorphic addition.
|
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on BigInteger:
Repository | Stars |
---|---|
thelinuxlich/artemis_CSharp
Artemis Entity System Framework ported to C#
|
Version History
Version | Downloads | Last updated |
---|---|---|
1.0.7 | 23,807 | 5/24/2017 |
1.0.6.32395 | 2,885 | 7/4/2016 |
1.0.4 | 1,910 | 4/6/2015 |