|
Crypto++ 8.9
Free C++ class library of cryptographic schemes
|
Discrete Log (DL) signing/verification keys in GF(p) groups. More...
#include <gfpcrypt.h>
Public Types | |
| typedef DL_GroupParameters_GFP | GroupParameters |
| typedef DL_PublicKey_GFP< GroupParameters > | PublicKey |
| typedef DL_PrivateKey_GFP< GroupParameters > | PrivateKey |
Discrete Log (DL) signing/verification keys in GF(p) groups.
Definition at line 675 of file gfpcrypt.h.
| typedef DL_GroupParameters_GFP DL_SignatureKeys_GFP::GroupParameters |
Definition at line 677 of file gfpcrypt.h.
| typedef DL_PublicKey_GFP<GroupParameters> DL_SignatureKeys_GFP::PublicKey |
Definition at line 678 of file gfpcrypt.h.
| typedef DL_PrivateKey_GFP<GroupParameters> DL_SignatureKeys_GFP::PrivateKey |
Definition at line 679 of file gfpcrypt.h.