File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22name = " ssh-cipher"
33version = " 0.3.0-rc.9"
44description = """
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"""
1110authors = [" RustCrypto Developers" ]
1211license = " Apache-2.0 OR MIT"
You can’t perform that action at this time.
0 commit comments