Skip to content

Commit 96788a2

Browse files
authored
ssh-cipher: rustdoc fixup (#521)
1 parent 2af8ea1 commit 96788a2

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

ssh-cipher/src/lib.rs

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -123,16 +123,16 @@ impl Cipher {
123123
/// Decode cipher algorithm from the given `ciphername`.
124124
///
125125
/// # 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`
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`
136136
///
137137
/// # Errors
138138
/// Returns [`LabelError`] if the provided `ciphername` is unknown.

0 commit comments

Comments
 (0)