Crypto.Modes

Initialization Vector Type, Modifiers (for all ciphers, all modes that use IVs)

getIV

getIVIO

zeroIV

incIV

Blockcipher modes for lazy bytestrings. Versions for strict bytestrings are in Classes.

ecb

unEcb

cbc

unCbc

cfb

unCfb

ofb

unOfb

ctr

unCtr

ctr'

unCtr'

Combined modes (nothing here yet)