Struct aesni::Aes256Ctr[][src]

pub struct Aes256Ctr { /* fields omitted */ }

AES-256 in CTR mode

Trait Implementations

impl Clone for Aes256Ctr
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl NewFixStreamCipher for Aes256Ctr
[src]

Key size in bytes

Nonce size in bytes

Create new stream cipher instance

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

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

Seek keystream to the given pos in bytes.

impl Debug for Aes256Ctr

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Aes256Ctr

impl Sync for Aes256Ctr