Dash Core  0.12.2.1
P2P Digital Currency
CHashSigner Class Reference

#include <messagesigner.h>

Static Public Member Functions

static bool SignHash (const uint256 &hash, const CKey key, std::vector< unsigned char > &vchSigRet)
 Sign the hash, returns true if successful. More...
 
static bool VerifyHash (const uint256 &hash, const CPubKey pubkey, const std::vector< unsigned char > &vchSig, std::string &strErrorRet)
 Verify the hash signature, returns true if succcessful. More...
 

Detailed Description

Helper class for signing hashes and checking their signatures

Definition at line 25 of file messagesigner.h.

Member Function Documentation

◆ SignHash()

bool CHashSigner::SignHash ( const uint256 hash,
const CKey  key,
std::vector< unsigned char > &  vchSigRet 
)
static

Sign the hash, returns true if successful.

Definition at line 42 of file messagesigner.cpp.

Referenced by CMessageSigner::SignMessage().

◆ VerifyHash()

bool CHashSigner::VerifyHash ( const uint256 hash,
const CPubKey  pubkey,
const std::vector< unsigned char > &  vchSig,
std::string &  strErrorRet 
)
static

Verify the hash signature, returns true if succcessful.

Definition at line 47 of file messagesigner.cpp.

Referenced by CMessageSigner::VerifyMessage().


The documentation for this class was generated from the following files: