Struct parity_crypto::aes::AesEcb256[][src]

pub struct AesEcb256(_);
Expand description

One time encoder/decoder for Ecb mode Aes256 with zero padding

Implementations

New encoder/decoder, no iv for ecb

Encrypt data in place without padding. The data length must be a multiple of the block size.

Decrypt data in place without padding. The data length must be a multiple of the block size.

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

Performs the conversion.

Performs the conversion.

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.