|
Security Scol plugin
|
Discrete Log (DL) base object implementation. More...
#include <pubkey.h>
Public Types | |
| typedef SCHEME_OPTIONS | SchemeOptions |
| typedef KEY::Element | Element |
Public Member Functions | |
| PrivateKey & | AccessPrivateKey () |
| PublicKey & | AccessPublicKey () |
| const KEY & | GetKey () const |
| KEY & | AccessKey () |
Public Member Functions inherited from AlgorithmImpl< BASE, SCHEME_OPTIONS::AlgorithmInfo > | |
| std::string | AlgorithmName () const |
| The algorithm name. | |
Protected Member Functions | |
| BASE::KeyInterface & | AccessKeyInterface () |
| const BASE::KeyInterface & | GetKeyInterface () const |
| HashIdentifier | GetHashIdentifier () const |
| size_t | GetDigestSize () const |
Additional Inherited Members | |
Static Public Member Functions inherited from AlgorithmImpl< BASE, SCHEME_OPTIONS::AlgorithmInfo > | |
| static std::string CRYPTOPP_API | StaticAlgorithmName () |
| The algorithm name. | |
Discrete Log (DL) base object implementation.
| BASE | TODO |
| SCHEME_OPTIONS | options for the scheme |
| KEY | key used in the scheme |
| typedef KEY::Element DL_ObjectImplBase< BASE, SCHEME_OPTIONS, KEY >::Element |
| typedef SCHEME_OPTIONS DL_ObjectImplBase< BASE, SCHEME_OPTIONS, KEY >::SchemeOptions |
|
inlinevirtual |
|
inline |
|
inlineprotected |
|
inline |
|
inline |
|
inlineprotected |
|
inlineprotected |
|
inline |
|
inlineprotected |