CBCBlockCipher |
implements Cipher-Block-Chaining (CBC) mode on top of a simple cipher.
|
CCMBlockCipher |
Implements the Counter with Cipher Block Chaining mode (CCM) detailed in
NIST Special Publication 800-38C.
|
CFBBlockCipher |
implements a Cipher-FeedBack (CFB) mode on top of a simple cipher.
|
EAXBlockCipher |
A Two-Pass Authenticated-Encryption Scheme Optimized for Simplicity and
Efficiency - by M.
|
GCFBBlockCipher |
An implementation of the GOST CFB mode with CryptoPro key meshing as described in RFC 4357.
|
GCMBlockCipher |
Implements the Galois/Counter mode (GCM) detailed in
NIST Special Publication 800-38D.
|
GOFBBlockCipher |
implements the GOST 28147 OFB counter mode (GCTR).
|
NISTCTSBlockCipher |
A Cipher Text Stealing (CTS) mode cipher.
|
OCBBlockCipher |
|
OFBBlockCipher |
implements a Output-FeedBack (OFB) mode on top of a simple cipher.
|
OpenPGPCFBBlockCipher |
Implements OpenPGP's rather strange version of Cipher-FeedBack (CFB) mode
on top of a simple cipher.
|
SICBlockCipher |
Implements the Segmented Integer Counter (SIC) mode on top of a simple
block cipher.
|