Struct miscreant::internals::Aes128 [] [src]

pub struct Aes128 { /* fields omitted */ }

AES with a 128-bit key

Methods

impl Aes128
[src]

Create a new AES-128 cipher instance from the given key

Trait Implementations

impl Clone for Aes128
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl BlockCipher for Aes128
[src]

KEY_SIZE: usize = 16

Size of the key used by this cipher (in bytes)

Encrypt an AES block in-place