pub struct Aes128Ctr(_);
Expand description

AES 128 in counter mode as used by Tor.

Trait Implementations

Initialize value using inner and iv array.

Initialize value using inner and iv slice.

Inner type.

Initialization vector size in bytes.

Return IV size in bytes.

Apply keystream to inout data. Read more

Apply keystream to data behind buf. Read more

Apply keystream to inout data. Read more

Apply keystream to data in-place. Read more

Apply keystream to data buffer-to-buffer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Should always be Self

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.