Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 699 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 699 Bytes

Noise Implementation in Go

disco

This folder contains two things:

  • noise/ contains a Noise protocol built in Go from the Noise Protocol Framework. It has a minimal set of changes that make it works over TCP and allows you to verify public keys if they were signed by a trusted root key.
  • disco/ contains an extension of the Noise protocol that makes use of the Strobe protocol framework. It will most likely move to a different repo at some point.

Note that these two projects are in beta, and you should not use them in production.