Basic project structure

This commit is contained in:
Pieter-Jan Briers
2022-03-27 14:46:29 +02:00
commit 90c3048206
5 changed files with 504 additions and 0 deletions

5
README.md Normal file
View File

@@ -0,0 +1,5 @@
# SpaceWizards.Sodium
A .NET [libsodium](https://libsodium.gitbook.io/doc/) binding that doesn't suck. Actually exposes the native API so you don't have to cry yourself to sleep in unnecessary allocations or OOP nonsense.
Currently depends on the ["libsodium" NuGet package](https://www.nuget.org/packages/libsodium/) provided by [Sodium.Core](https://github.com/ektrah/libsodium-core) for the native library. They say you shouldn't depend on it directly but that didn't stop NSec so it isn't gonna stop me.