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

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

#include <elgamal.h>

Public Types

typedef DL_CryptoKeys_GFP::GroupParameters GroupParameters
 
typedef DL_CryptoKeys_GFP::PrivateKey PrivateKey
 
typedef DL_CryptoKeys_GFP::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.

Member Typedef Documentation

◆ GroupParameters

Definition at line 124 of file elgamal.h.

◆ PrivateKey

Definition at line 125 of file elgamal.h.

◆ PublicKey

Definition at line 126 of file elgamal.h.


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