Crypto++ 8.8
Free C++ class library of cryptographic schemes
ECB_Mode_ExternalCipher Struct Reference

ECB mode, external cipher. More...

#include <modes.h>

+ Inheritance diagram for ECB_Mode_ExternalCipher:

Public Types

typedef CipherModeFinalTemplate_ExternalCipher< ECB_OneWayEncryption
 
typedef Encryption Decryption
 
- Public Types inherited from SymmetricCipherDocumentation
typedef SymmetricCipher Encryption
 implements the SymmetricCipher interface
 
typedef SymmetricCipher Decryption
 implements the SymmetricCipher interface
 

Detailed Description

ECB mode, external cipher.

See also
Modes of Operation on the Crypto++ wiki.

Definition at line 546 of file modes.h.

Member Typedef Documentation

◆ Encryption

◆ Decryption

Definition at line 549 of file modes.h.


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