#include <rabin.h>
Public Types | |
| typedef STANDARD | Standard |
| see EncryptionStandard for a list of standards | |
|
typedef TF_CryptoSchemeOptions < TF_ES< STANDARD, Rabin, 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 Public Member Functions | |
| static std::string | StaticAlgorithmName () |
Rabin encryption.
Definition at line 90 of file rabin.h.
1.7.1