Enum thrussh_keys::Encryption[][src]

pub enum Encryption {
    Aes128Cbc([u8; 16]),
    Aes256Cbc([u8; 16]),
}

AES encryption key.

Variants

Key for AES128

Key for AES256

Trait Implementations

impl Clone for Encryption
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Encryption
[src]

impl Debug for Encryption
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Encryption

impl Sync for Encryption