Dash Core Source Documentation (0.16.0.1)

Find detailed information regarding the Dash Core source code.

CMessageSigner Member List

This is the complete list of members for CMessageSigner, including all inherited members.

GetKeysFromSecret(const std::string &strSecret, CKey &keyRet, CPubKey &pubkeyRet)CMessageSignerstatic
SignMessage(const std::string &strMessage, std::vector< unsigned char > &vchSigRet, const CKey &key)CMessageSignerstatic
VerifyMessage(const CPubKey &pubkey, const std::vector< unsigned char > &vchSig, const std::string &strMessage, std::string &strErrorRet)CMessageSignerstatic
VerifyMessage(const CKeyID &keyID, const std::vector< unsigned char > &vchSig, const std::string &strMessage, std::string &strErrorRet)CMessageSignerstatic
Released under the MIT license