Struct aesni::Aes192Ctr[][src]

pub struct Aes192Ctr { /* fields omitted */ }

AES-192 in CTR mode

Trait Implementations

impl Clone for Aes192Ctr
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl NewFixStreamCipher for Aes192Ctr
[src]

Key size in bytes

Nonce size in bytes

Create new stream cipher instance

impl StreamCipherCore for Aes192Ctr
[src]

Apply keystream to the data, but return an error if end of a keystream will be reached. Read more

Apply keystream to the data. Read more

impl StreamCipherSeek for Aes192Ctr
[src]

Return current position of a keystream in bytes from the beginning.

Seek keystream to the given pos in bytes.

impl Debug for Aes192Ctr

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Aes192Ctr

impl Sync for Aes192Ctr