Commit ea6d2f04 authored by tavit ohanian's avatar tavit ohanian

initial port

parent d554b7bd
Pipeline #823 passed with stages
in 1 minute and 26 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