Crypto++  8.2
Free C&
Public Types | List of all members
ElGamalKeys Struct Reference

ElGamal key agreement and encryption schemes keys. More...

Public Types

typedef DL_CryptoKeys_ElGamal::GroupParameters GroupParameters
 
typedef DL_CryptoKeys_ElGamal::PrivateKey PrivateKey
 
typedef DL_CryptoKeys_ElGamal::PublicKey PublicKey
 

Detailed Description

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.

See also
Commit a5a684d92986e8e2

Definition at line 122 of file elgamal.h.


The documentation for this struct was generated from the following file: