ed25519
ed25519 copied to clipboard
Translated into C# 10, added CMake support, a build script and various fixes.
Hey there :)
Cool stuff! Thought I'd fork this and add a CMakeLists.txt along with a build.sh to make including, building, linking and packaging the library easy. The build.sh bash script also works under Windows if run using Git Bash for Windows (bash build.sh). It requires CMake to be installed on the system.
I also implemented a C# wrapper class, which can be found inside the csharp/ folder and is as easy as copy-pasting it into a consuming C# project. If you like it, merge it, otherwise just ditch it: fully understandable!
I'll keep my own fork anyway.
For more details, check out the CHANGELOG.
Cheers, all the best! :D
- Raphael Beck
[EDIT]
- Changed PR title to include the managed C# translation (vs. the native wrapper that was in there previously).
-
- Check out the
csharp/folder to access both the managed C# variant (fully translated from ANSI C into C# 10) as well as the native code C# wrapper (which calls the native binary DLL/shared lib).
- Check out the
- Added links to the text body above.