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.
1 parent 2af8ea1 commit 96788a2Copy full SHA for 96788a2
1 file changed
ssh-cipher/src/lib.rs
@@ -123,16 +123,16 @@ impl Cipher {
123
/// Decode cipher algorithm from the given `ciphername`.
124
///
125
/// # Supported cipher names
126
- /// `aes128-cbc`
127
- /// `aes192-cbc`
128
- /// `aes256-cbc`
129
- /// `aes128-ctr`
130
- /// `aes192-ctr`
131
- /// `aes256-ctr`
132
- /// `aes128-gcm@openssh.com`
133
- /// `aes256-gcm@openssh.com`
134
- /// `chacha20-poly1305@openssh.com`
135
- /// `3des-cbc`
+ /// - `aes128-cbc`
+ /// - `aes192-cbc`
+ /// - `aes256-cbc`
+ /// - `aes128-ctr`
+ /// - `aes192-ctr`
+ /// - `aes256-ctr`
+ /// - `aes128-gcm@openssh.com`
+ /// - `aes256-gcm@openssh.com`
+ /// - `chacha20-poly1305@openssh.com`
+ /// - `3des-cbc`
136
137
/// # Errors
138
/// Returns [`LabelError`] if the provided `ciphername` is unknown.
0 commit comments