Crypto++  8.8
Free C++ class library of cryptographic schemes
Public Types | List of all members
AuthenticatedSymmetricCipherDocumentation Struct Reference

Provides Encryption and Decryption typedefs used by derived classes to implement an authenticated encryption cipher. More...

+ Inheritance diagram for AuthenticatedSymmetricCipherDocumentation:

Public Types

typedef AuthenticatedSymmetricCipher Encryption
 implements the AuthenticatedSymmetricCipher interface
 
typedef AuthenticatedSymmetricCipher Decryption
 implements the AuthenticatedSymmetricCipher interface
 

Detailed Description

Provides Encryption and Decryption typedefs used by derived classes to implement an authenticated encryption cipher.

Each class derived from this one defines two types, Encryption and Decryption, both of which implement the AuthenticatedSymmetricCipher interface.

Definition at line 425 of file seckey.h.


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