Skip to content

Commit ee59e07

Browse files
authored
Add ed25519 to ALL_KEY_TYPES (#360)
1 parent 52f9a0e commit ee59e07

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

russh-keys/src/key.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ pub const SSH_RSA: Name = Name("ssh-rsa");
5454

5555
pub static ALL_KEY_TYPES: &[&Name] = &[
5656
&NONE,
57+
&ED25519,
5758
&SSH_RSA,
5859
&RSA_SHA2_256,
5960
&RSA_SHA2_512,

0 commit comments

Comments
 (0)