Skip to content

ChainSafe/go-libp2p-noise

 
 

Repository files navigation

go-libp2p-noise

Discourse posts GoDoc Build Status

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.

Install

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.

Usage

For more information about how go-libp2p-noise is used in the libp2p context, you can see the go-libp2p-conn module.

Contribute

Feel free to join in. All welcome. Open an issue!

This repository falls under the IPFS Code of Conduct.

Want to hack on IPFS?

License

MIT


About

Noise-libp2p handshake for go-libp2p

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%