Struct aesni::Aes192 [] [src]

pub struct Aes192 { /* fields omitted */ }

AES-192 block cipher instance

Methods

impl Aes192
[src]

Create new AES-192 instance with given key

Encrypt in-place one 128 bit block

Decrypt in-place one 128 bit block

Encrypt in-place eight 128 bit blocks (1024 bits in total) using instruction-level parallelism

Decrypt in-place eight 128 bit blocks (1024 bits in total) using instruction-level parallelism

Trait Implementations

impl Copy for Aes192
[src]

impl Clone for Aes192
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Aes192
[src]

Formats the value using the given formatter.