Current section
Files
Jump to
Current section
Files
lib/libp2p/secure_channel.ex
defmodule Libp2p.SecureChannel do
@moduledoc """
Secure channel abstraction (e.g. Noise XX).
A secure channel wraps an underlying transport stream and provides encrypted
read/write plus authenticated remote identity.
"""
end