Struct aesni::Aes128Ctr[][src]

pub struct Aes128Ctr { /* fields omitted */ }

AES-128 in CTR mode

Trait Implementations

impl Clone for Aes128Ctr
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl NewFixStreamCipher for Aes128Ctr
[src]

Key size in bytes

Nonce size in bytes

Create new stream cipher instance

impl StreamCipherCore for Aes128Ctr
[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 Aes128Ctr
[src]

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

Seek keystream to the given pos in bytes.

impl Debug for Aes128Ctr

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Aes128Ctr

impl Sync for Aes128Ctr