Commit 292243e3 authored by tavit ohanian's avatar tavit ohanian

Merge branch 'port-2021-07-04'

parents 7b958ceb ea6d2f04
Pipeline #825 passed with stages
in 30 seconds
// Package secio is used to encrypt `go-libp2p-conn` connections. Connections wrapped by secio use secure sessions provided by this package to encrypt all traffic. A TLS-like handshake is used to setup the communication channel.
// Package secio is used to encrypt `go-p2p-conn` connections. Connections wrapped by secio use secure sessions provided by this package to encrypt all traffic. A TLS-like handshake is used to setup the communication channel.
package secio
import (
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment