Crypto++
5.6.3
Free C++ class library of cryptographic schemes
|
Elliptic Curve Integrated Encryption Scheme, AKA ECIES More...
Public Types | |
typedef PK_FinalTemplate< DL_DecryptorImpl< SchemeOptions > > | Decryptor |
implements PK_Decryptor interface | |
typedef PK_FinalTemplate< DL_EncryptorImpl< SchemeOptions > > | Encryptor |
implements PK_Encryptor interface | |
typedef DL_PublicKey_EC< EC > | PublicKey |
typedef DL_PrivateKey_EC< EC > | PrivateKey |
Static Public Member Functions | |
static std::string | StaticAlgorithmName () |
Elliptic Curve Integrated Encryption Scheme, AKA ECIES
Default to (NoCofactorMultiplication and DHAES_MODE = false) for compatibilty with SEC1 and Crypto++ 4.2. The combination of (IncompatibleCofactorMultiplication and DHAES_MODE = true) is recommended for best efficiency and security.
Definition at line 290 of file eccrypto.h.