Structs§
- CbcDecryptor
- CBC decryption mode
- CbcEncryptor
- CBC encryption mode
- CtrMode
- CTR Mode
- CtrMode
X8 - CTR Mode that operates on 8 blocks at a time
- DecPadding
- Wraps a PaddingProcessor so that only strip_output() will actually be called.
- EcbDecryptor
- ECB Decryption mode
- EcbEncryptor
- ECB Encryption mode
- EncPadding
- Wraps a PaddingProcessor so that only pad_input() will actually be called.
- NoPadding
- No padding mode for ECB and CBC encryption
- Pkcs
Padding - PKCS padding mode for ECB and CBC encryption
Traits§
- Padding
Processor - A PaddingProcessor handles adding or removing padding