Skip to content

Commit 63114d5

Browse files
committed
ssh-cipher: description fixup
1 parent fb4b5be commit 63114d5

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

ssh-cipher/Cargo.toml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,10 @@
22
name = "ssh-cipher"
33
version = "0.3.0-rc.9"
44
description = """
5-
Pure Rust implementation of SSH symmetric encryption including support for the
6-
modern aes128-gcm@openssh.com/aes256-gcm@openssh.com and
7-
chacha20-poly1305@openssh.com algorithms as well as legacy support for older
8-
ciphers. Built on the pure Rust cryptography implementations maintained by the
9-
RustCrypto organization.
5+
Pure Rust implementation of SSH symmetric encryption including support for the modern
6+
aes128-gcm@openssh.com/aes256-gcm@openssh.com and chacha20-poly1305@openssh.com algorithms as well
7+
as legacy support for older ciphers. Built on the pure Rust cryptography implementations maintained
8+
by the RustCrypto organization.
109
"""
1110
authors = ["RustCrypto Developers"]
1211
license = "Apache-2.0 OR MIT"

0 commit comments

Comments
 (0)