Crypto++
8.9
Free C++ class library of cryptographic schemes
|
Rabin encryption scheme. More...
Additional Inherited Members | |
![]() | |
typedef STANDARD | Standard |
see EncryptionStandard for a list of standards | |
typedef TF_CryptoSchemeOptions< TF_ES< Rabin, STANDARD, int >, Rabin, MessageEncodingMethod > | SchemeOptions |
typedef PK_FinalTemplate< TF_DecryptorImpl< SchemeOptions > > | Decryptor |
implements PK_Decryptor interface | |
typedef PK_FinalTemplate< TF_EncryptorImpl< SchemeOptions > > | Encryptor |
implements PK_Encryptor interface | |
![]() | |
typedef RabinFunction | PublicKey |
typedef InvertibleRabinFunction | PrivateKey |
![]() | |
static std::string | StaticAlgorithmName () |
![]() | |
static std::string | StaticAlgorithmName () |
Rabin encryption scheme.
STANDARD | encryption standard |