Crypto++ 8.7
Free C++ class library of cryptographic schemes
|
Interface for deterministic signers. More...
#include <pubkey.h>
Public Member Functions | |
virtual Integer | GenerateRandom (const Integer &x, const Integer &q, const Integer &e) const =0 |
Generate k. More... | |
Interface for deterministic signers.
RFC 6979 signers which generate k based on the encoded message and private key
|
inlinevirtual |
|
pure virtual |
Generate k.
x | private key |
q | subgroup generator |
e | encoded message |
Implemented in DL_Algorithm_DSA_RFC6979< T, H >, and DL_Algorithm_DSA_RFC6979< EC::Point, H >.