Fabcoin Core
0.16.2
P2P Digital Currency
|
Provides Encryption and Decryption typedefs used by derived classes to implement an authenticated encryption cipher. More...
#include <seckey.h>
Public Types | |
typedef AuthenticatedSymmetricCipher | Encryption |
implements the AuthenticatedSymmetricCipher interface More... | |
typedef AuthenticatedSymmetricCipher | Decryption |
implements the AuthenticatedSymmetricCipher interface More... | |
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.
implements the AuthenticatedSymmetricCipher interface
implements the AuthenticatedSymmetricCipher interface