Structs

CBC decryption mode

CBC encryption mode

CTR Mode

CTR Mode that operates on 8 blocks at a time

Wraps a PaddingProcessor so that only strip_output() will actually be called.

ECB Decryption mode

ECB Encryption mode

Wraps a PaddingProcessor so that only pad_input() will actually be called.

No padding mode for ECB and CBC encryption

PKCS padding mode for ECB and CBC encryption

Traits

A PaddingProcessor handles adding or removing padding