An open API service indexing awesome lists of open source software.

https://github.com/mimoo/disco

a protocol to encrypt communications and a cryptographic library based on Disco
https://github.com/mimoo/disco

crypto cryptographic-library disco keccak libdisco library noise noise-protocol-framework sha-3 strobe strobe-protocol-framework tls

Last synced: 2 months ago
JSON representation

a protocol to encrypt communications and a cryptographic library based on Disco

Awesome Lists containing this project

README

        

![disco](https://i.imgur.com/4a9upuk.jpg)

This repository contains the **Disco extension** of the [Noise protocol framework](https://noiseprotocol.org/) to make use of the [Strobe protocol framework](https://strobe.sourceforge.io/) as well as a **cryptographic library**.

→ The **specification** can be found online at [www.discocrypto.com](https://www.discocrypto.com/disco.html)

→ A **golang cryptographic library** called **LibDisco** and based on the Disco specification is available in [libdisco/](libdisco/).

→ A **C cryptographic library** called **EmbeddedDisco** and based on the Disco specification is available at [github.com/mimoo/disco-c/](https://www.github.com/mimoo/disco-c/).