Package com.digt.trusted.crypto.modes

Class Summary
CBCBlockCipher implements Cipher-Block-Chaining (CBC) mode on top of a simple cipher.
CFBBlockCipher implements a Cipher-FeedBack (CFB) mode on top of a simple cipher.
OFBBlockCipher implements a Output-FeedBack (OFB) mode on top of a simple cipher.