#include <seckey.h>
Inheritance diagram for BlockCipherDocumentation:

Each class derived from this one defines two types, Encryption and Decryption, both of which implement the BlockCipher interface.
Definition at line 211 of file seckey.h.
Public Types | |
| typedef BlockCipher | Encryption |
| implements the BlockCipher interface | |
| typedef BlockCipher | Decryption |
| implements the BlockCipher interface | |
1.4.4