.NET Standard C# implementation of curve25519 (and ed25519 for signing/verification) based on https://github.com/WhisperSystems/curve25519-java.
Info
Version: | 0.5.0 |
Author(s): | Benni, golf1052, langboost |
Last Update: | Tuesday, January 26, 2021 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/signal-csharp/curve25519-dotnet |
NuGet Url: | https://www.nuget.org/packages/curve25519-dotnet |
Install
Install-Package curve25519-dotnet
dotnet add package curve25519-dotnet
paket add curve25519-dotnet
curve25519-dotnet Download (Unzip the "nupkg" after downloading)
Dependencies
- NETStandard.Library(>= 1.6.1)
- Portable.BouncyCastle(>= 1.8.5)