Fabcoin Core
0.16.2
P2P Digital Currency
|
Interface for deterministic signers. More...
#include <pubkey.h>
Public Member Functions | |
virtual | ~DeterministicSignatureAlgorithm () |
virtual Integer | GenerateRandom (const Integer &x, const Integer &q, const Integer &e) const =0 |
Interface for deterministic signers.
RFC 6979 signers which generate k based on the encoded message and private key
|
inlinevirtual |
|
pure virtual |
Implemented in DL_Algorithm_DSA_RFC6979< T, H >, and DL_Algorithm_DSA_RFC6979< EC::Point, H >.