C# implementation of popular (and the fastest) library https://github.com/bitcoin-core/secp256k1 for EC operations on curve secp256k1.
Info
| Version: | 1.1.3 |
| Author(s): | KorzunAV |
| Last Update: | Sunday, November 1, 2020 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://github.com/Chainers/Cryptography.ECDSA |
| NuGet Url: | https://www.nuget.org/packages/Cryptography.ECDSA.Secp256k1 |
Install
Install-Package Cryptography.ECDSA.Secp256k1
dotnet add package Cryptography.ECDSA.Secp256k1
paket add Cryptography.ECDSA.Secp256k1
Cryptography.ECDSA.Secp256k1 Download (Unzip the "nupkg" after downloading)
Dependencies
Tags