We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
RemotePublicKey
1 parent c985fea commit 6723585Copy full SHA for 6723585
src/crypto/mod.rs
@@ -94,7 +94,7 @@ impl From<ed25519::PublicKey> for PublicKey {
94
95
/// The public key of a remote node's identity keypair. Supports RSA keys additionally to ed25519.
96
#[derive(Clone, Debug, PartialEq, Eq)]
97
-pub(crate) enum RemotePublicKey {
+pub enum RemotePublicKey {
98
/// A public Ed25519 key.
99
Ed25519(ed25519::PublicKey),
100
/// A public RSA key.
0 commit comments