Enum crypto::aes::KeySize[][src]

pub enum KeySize {
    KeySize128,
    KeySize192,
    KeySize256,
}

AES key size

Variants

Trait Implementations

impl Clone for KeySize
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for KeySize
[src]

Auto Trait Implementations

impl Send for KeySize

impl Sync for KeySize