Skip to content

Commit

Permalink
Merge branch 'main' into p256-client-support
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugeny committed Nov 5, 2023
2 parents 05e7f79 + 92660ef commit 8d06b42
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions russh/src/key.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ use russh_keys::deps::ed25519_dalek;
use russh_keys::deps::p256::NistP256;
use russh_keys::encoding::*;
use russh_keys::key::*;
use russh_keys::PublicKeyBase64;

#[doc(hidden)]
pub trait PubKey {
Expand Down

0 comments on commit 8d06b42

Please sign in to comment.