Managed implementation of Ed25519 signature algorithm with a simple API. Based on https://github.com/CodesInChaos/Chaos.NaCl Suitable for stand-alone usage or as a plugin for Rebex components. See https://www.rebex.net/kb/simple-elliptic-curve-libraries/ for usage instructions. Supported platforms: - .NET 6/8 - .NET Framework 4.0-4.8 - .NET Framework 2.0-3.5 SP1 - .NET Core 3.0-3.1 (via .NET Standard 2.1) - .NET Core 2.0-2.2 (via .NET Standard 2.0) - .NET Core 1.0-1.1 (via .NET Standard 1.5) - Xamarin.iOS (10 and higher) - Xamarin.Android (9 and higher) - Mono 4.x, 5.x, 6.x - Universal Windows Platform build 16299 and higher (via .NET Standard 2.0) - Xamarin.Mac (via .NET Standard 2.0)
$ dotnet add package Rebex.Elliptic.Ed25519No README available.