ItsSmiffy / libsodium-core

libsodium for .NET - A secure cryptographic library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

libsodium-core Travis CI Appveyor NuGet Version codecov License

libsodium-core is a .net standard 2.0 compliant fork of libsodium-net

Why

libsodium-net is not compliant with .net standard, so this is just a migrated fork of that library.

Installation

dotnet add package Sodium.Core

To use the library with Xamarin, you have to follow additional steps described here: Xamarin documentation.

Documentation

libsodium-net documentation is available (an adapted copy of the original written by Frank Denis (@jedisct1)).

License

NaCl has been released to the public domain to avoid copyright issues. libsodium is subject to the ISC license, and this software is subject to the MIT license (see LICENSE).

About

libsodium for .NET - A secure cryptographic library

License:MIT License


Languages

Language:C# 100.0%