Skip to content

Fasjeit/DiscoNet

Repository files navigation

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.