Fabcoin Core
0.16.2
P2P Digital Currency
|
Discrete Log (DL) encryption scheme. More...
#include <pubkey.h>
Public Types | |
typedef PK_FinalTemplate< DL_DecryptorImpl< SchemeOptions > > | Decryptor |
implements PK_Decryptor interface More... | |
typedef PK_FinalTemplate< DL_EncryptorImpl< SchemeOptions > > | Encryptor |
implements PK_Encryptor interface More... | |
Private Types | |
typedef DL_CryptoSchemeOptions< ALG_INFO, KEYS, AA, DA, EA > | SchemeOptions |
Discrete Log (DL) encryption scheme.
KEYS | keys used in the encryption scheme |
AA | key agreement algorithm |
DA | key derivation algorithm |
EA | encryption algorithm |
ALG_INFO | algorithm information |
typedef PK_FinalTemplate<DL_DecryptorImpl<SchemeOptions> > DL_ES< KEYS, AA, DA, EA, ALG_INFO >::Decryptor |
implements PK_Decryptor interface
typedef PK_FinalTemplate<DL_EncryptorImpl<SchemeOptions> > DL_ES< KEYS, AA, DA, EA, ALG_INFO >::Encryptor |
implements PK_Encryptor interface
|
private |