Crypto++ 8.7
Free C++ class library of cryptographic schemes
|
Discrete Log (DL) object implementation. More...
#include <pubkey.h>
Public Types | |
typedef KEY::Element | Element |
![]() | |
typedef SCHEME_OPTIONS | SchemeOptions |
typedef KEY::Element | Element |
Additional Inherited Members | |
![]() | |
PrivateKey & | AccessPrivateKey () |
PublicKey & | AccessPublicKey () |
const KEY & | GetKey () const |
KEY & | AccessKey () |
![]() | |
std::string | AlgorithmName () const |
The algorithm name. More... | |
![]() | |
static std::string | StaticAlgorithmName () |
The algorithm name. More... | |
Discrete Log (DL) object implementation.
BASE | TODO |
SCHEME_OPTIONS | options for the scheme |
KEY | key used in the scheme |
typedef KEY::Element DL_ObjectImpl< BASE, SCHEME_OPTIONS, KEY >::Element |
|
inlinevirtual |