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"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. Copy this into the interactive tool or source code of the script to reference the package.
// Install BigInteger as a Cake Addin
#addin nuget:?package=BigInteger&version=1.0.7
// Install BigInteger as a Cake Tool
#tool nuget:?package=BigInteger&version=1.0.7
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
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 | 25,447 | 5/24/2017 |
1.0.6.32395 | 2,947 | 7/4/2016 |
1.0.4 | 1,969 | 4/6/2015 |