Documentation for SSHKeyEx.Native.
SSHKeyEx.Native
@type t() :: %SSHKeyEx.Native{ algorithm: String.t(), comment: String.t(), encrypted: term() }
@spec priv_from_openssh(binary()) :: {:ok, t()} | {:error, term()}
@spec pub_from_openssh(binary()) :: {:ok, t()} | {:error, term()}