Crypto++
8.9
Free C++ class library of cryptographic schemes
|
Classes and functions for schemes based on Discrete Logs (DL) over GF(p) More...
Go to the source code of this file.
Classes | |
class | DL_GroupParameters_IntegerBased |
Integer-based GroupParameters specialization. More... | |
class | DL_GroupParameters_IntegerBasedImpl< GROUP_PRECOMP, BASE_PRECOMP > |
Integer-based GroupParameters default implementation. More... | |
class | DL_GroupParameters_GFP |
GF(p) group parameters. More... | |
class | DL_GroupParameters_GFP_DefaultSafePrime |
GF(p) group parameters that default to safe primes. More... | |
class | DL_GroupParameters_ElGamal |
ElGamal encryption for safe interop. More... | |
class | DL_Algorithm_GDSA< T > |
GDSA algorithm. More... | |
class | DL_Algorithm_DSA_RFC6979< T, H > |
DSA signature algorithm based on RFC 6979. More... | |
class | DL_Algorithm_GDSA_ISO15946< T > |
German Digital Signature Algorithm. More... | |
class | DL_Algorithm_NR< T > |
NR algorithm. More... | |
class | DL_PublicKey_GFP< GP > |
Discrete Log (DL) public key in GF(p) groups. More... | |
class | DL_PrivateKey_GFP< GP > |
Discrete Log (DL) private key in GF(p) groups. More... | |
struct | DL_SignatureKeys_GFP |
Discrete Log (DL) signing/verification keys in GF(p) groups. More... | |
struct | DL_CryptoKeys_GFP |
Discrete Log (DL) encryption/decryption keys in GF(p) groups. More... | |
struct | DL_CryptoKeys_ElGamal |
ElGamal encryption keys for safe interop. More... | |
struct | GDSA< H > |
DSA signature scheme. More... | |
struct | NR< H > |
NR signature scheme. More... | |
class | DL_GroupParameters_DSA |
DSA group parameters. More... | |
struct | DL_Keys_DSA |
DSA keys. More... | |
class | DSA2< H > |
DSA signature scheme. More... | |
struct | DSA_RFC6979< H > |
DSA deterministic signature scheme. More... | |
class | DL_EncryptionAlgorithm_Xor< MAC, DHAES_MODE, LABEL_OCTETS > |
P1363 based XOR Encryption Method. More... | |
class | DL_KeyDerivationAlgorithm_P1363< T, DHAES_MODE, KDF > |
P1363 based Key Derivation Method. More... | |
struct | DLIES< HASH, COFACTOR_OPTION, DHAES_MODE, LABEL_OCTETS > |
Discrete Log Integrated Encryption Scheme. More... | |
Typedefs | |
typedef DSA2< SHA1 > | DSA |
DSA with SHA-1, typedef'd for backwards compatibility. | |
Classes and functions for schemes based on Discrete Logs (DL) over GF(p)
Definition in file gfpcrypt.h.