Skip to content

Commit fafd567

Browse files
Updated CHANGELOG and added csharp/README.md
1 parent b1b023e commit fafd567

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

CHANGELOG

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@ that I've applied, in order of importance/relevance:
99
* Added CMakeLists.txt and build.sh for easy packaging and inclusion into other projects.
1010
* Deleted .dll files inside repo.
1111
* Adapted readme.md accordingly.
12+
* Implemented C# wrapper class.
1213
* Added this CHANGELOG file.

csharp/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# C# wrapper class for orlp-ed25519
2+
3+
In order to use this, just copy the [`OrlpEd25519Context`](https://github.com/GlitchedPolygons/GlitchEd25519/blob/master/csharp/OrlpEd25519.cs)
4+
class into your own C# project and manually copy the [`lib/`](https://github.com/GlitchedPolygons/GlitchEd25519/tree/master/csharp/lib) folder into your
5+
own project's build output directory (otherwise the `OrlpEd25519Context` wrapper class doesn't know where to load the DLL/shared lib from; it needs to be in that specific path).

0 commit comments

Comments
 (0)