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