Fabcoin Core
0.16.2
P2P Digital Currency
|
Rabin encryption scheme. More...
#include <rabin.h>
Additional Inherited Members | |
Public Types inherited from TF_ES< Rabin, STANDARD > | |
typedef STANDARD | Standard |
see EncryptionStandard for a list of standards More... | |
typedef TF_CryptoSchemeOptions< TF_ES< Rabin, STANDARD, int >, Rabin, MessageEncodingMethod > | SchemeOptions |
typedef PK_FinalTemplate< TF_DecryptorImpl< SchemeOptions > > | Decryptor |
implements PK_Decryptor interface More... | |
typedef PK_FinalTemplate< TF_EncryptorImpl< SchemeOptions > > | Encryptor |
implements PK_Encryptor interface More... | |
Public Types inherited from Rabin | |
typedef RabinFunction | PublicKey |
typedef InvertibleRabinFunction | PrivateKey |
Static Public Member Functions inherited from TF_ES< Rabin, STANDARD > | |
static std::string CRYPTOPP_API | StaticAlgorithmName () |
Static Public Member Functions inherited from Rabin | |
static std::string | StaticAlgorithmName () |
Rabin encryption scheme.
STANDARD | encryption standard |