Fabcoin Core  0.16.2
P2P Digital Currency
Public Types | List of all members
BlockCipherDocumentation Class Reference

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

#include <seckey.h>

Inheritance diagram for BlockCipherDocumentation:
[legend]

Public Types

typedef BlockCipher Encryption
 implements the BlockCipher interface More...
 
typedef BlockCipher Decryption
 implements the BlockCipher interface More...
 

Detailed Description

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

These objects usually should not be used directly. See CipherModeDocumentation instead. Each class derived from this one defines two types, Encryption and Decryption, both of which implement the BlockCipher interface.

Definition at line 408 of file seckey.h.

Member Typedef Documentation

implements the BlockCipher interface

Definition at line 413 of file seckey.h.

implements the BlockCipher interface

Definition at line 411 of file seckey.h.


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