Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 1.03 KB

README.md

File metadata and controls

35 lines (23 loc) · 1.03 KB

DiscoNet

Build and Test Status:

Linux build Windows build
Travis CI build status Build status

.Net core implementation of libdisco.

libdisco libdisco is a modern plug-and-play secure protocol and a cryptographic library. It offers different ways of encrypting communications, as well as different cryptographic primitives for all of an application's needs.

The specification can be found online at www.discocrypto.com

Install

Install NuGet packet:

dotnet core

dotnet add package DiscoNet

.NET Framework

Install-Package DiscoNet

Usage

See Docs for documentation. Samples will be added soon.

Current status - in dev.