A fork of Orson Peters' portable C implementation of Ed25519, a high-speed high-security public-key signature system. Translated from ANSI C into C# 10 by Glitched Polygons.
$ dotnet add package GlitchEd25519This is the managed variant of the C# code for the original ANSI C Ed25519 library written by Orson Peters. It was translated from C into C# 10 by Glitched Polygons.
As per the Zlib license, Glitched Polygons documented all the changes that were made inside the fork repository's CHANGELOG file and left the LICENSE (Copyright) statement intact.
It is also available on NuGet: https://www.nuget.org/packages/GlitchEd25519