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
- Host: GitHub
- URL: https://github.com/mimoo/disco
- Owner: mimoo
- License: 0bsd
- Created: 2017-11-14T12:50:27.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-12-11T02:12:08.000Z (over 4 years ago)
- Last Synced: 2024-10-27T20:18:37.823Z (7 months ago)
- Topics: crypto, cryptographic-library, disco, keccak, libdisco, library, noise, noise-protocol-framework, sha-3, strobe, strobe-protocol-framework, tls
- Language: Go
- Homepage: https://www.discocrypto.com
- Size: 2.6 MB
- Stars: 203
- Watchers: 10
- Forks: 15
- Open Issues: 40
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

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/).