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

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

#include <seckey.h>

Inheritance diagram for AuthenticatedSymmetricCipherDocumentation:
[legend]

Public Types

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

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 437 of file seckey.h.

Member Typedef Documentation

implements the AuthenticatedSymmetricCipher interface

Definition at line 442 of file seckey.h.

implements the AuthenticatedSymmetricCipher interface

Definition at line 440 of file seckey.h.


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