Crypto.Modes

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

getIV

getIVIO

zeroIV

dblIV

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

ecb

unEcb

cbc

unCbc

cfb

unCfb

ofb

unOfb

ctr

unCtr

siv

unSiv

siv'

unSiv'

Authentication modes

cbcMac'

cbcMac

cMac

cMac'

Combined modes (nothing here yet)