go-libp2p's noise encrypted transport
Package go-libp2p-noise
is a libp2p stream security transport. Connections wrapped by noise
use secure sessions provided by this package to encrypt all traffic. A noise protocol handshake is used to setup the communication channel. See the noise-libp2p spec for more info.
go-libp2p-noise
is a standard Go module which can be installed with:
go get github.com/libp2p/go-libp2p-noise
This repo is gomod-compatible, and users of
go 1.11 and later with modules enabled will automatically pull the latest tagged release
by referencing this package. Upgrades to future releases can be managed using go get
,
or by editing your go.mod
file as described by the gomod documentation.
For more information about how go-libp2p-noise
is used in the libp2p context, you can see the go-libp2p-conn module.
Feel free to join in. All welcome. Open an issue!
This repository falls under the IPFS Code of Conduct.
MIT