SymmetricCipherDocumentation Class Reference

Provides Encryption and Decryption typedefs used by derived classes to implement a symmetric cipher. More...

Inheritance diagram for SymmetricCipherDocumentation:
CipherModeDocumentation PanamaCipher< B > Salsa20 SEAL< B > Sosemanuk WAKE_OFB< B > Weak1::ARC4_Base XSalsa20

List of all members.

Public Types

typedef SymmetricCipher Encryption
 implements the SymmetricCipher interface
typedef SymmetricCipher Decryption
 implements the SymmetricCipher interface

Detailed Description

Provides Encryption and Decryption typedefs used by derived classes to implement a symmetric cipher.

Each class derived from this one defines two types, Encryption and Decryption, both of which implement the SymmetricCipher interface. Two types of classes derive from this class: stream ciphers and block cipher modes. Stream ciphers can be used alone, cipher mode classes need to be used with a block cipher. See CipherModeDocumentation for more for information about using cipher modes and block ciphers.

Definition at line 401 of file seckey.h.


The documentation for this class was generated from the following file:

Generated on 24 Mar 2016 for Crypto++ by  doxygen 1.6.1