Crypto++
8.2
Free C++ class library of cryptographic schemes
|
ElGamal key agreement and encryption schemes keys. More...
Public Types | |
typedef DL_CryptoKeys_GFP::GroupParameters | GroupParameters |
typedef DL_CryptoKeys_GFP::PrivateKey | PrivateKey |
typedef DL_CryptoKeys_GFP::PublicKey | PublicKey |
ElGamal key agreement and encryption schemes keys.
The ElGamalKeys class used DL_PrivateKey_GFP_OldFormat and DL_PublicKey_GFP_OldFormat for the PrivateKey and PublicKey typedef from about Crypto++ 1.0 through Crypto++ 5.6.5. At Crypto++ 6.0 the serialization format was cutover to standard PKCS8 and X509 encodings.