Recover a public key from a compact signature.
Declared in <pubkey.h>
bool
RecoverCompact(
uint256 const& hash,
std::vector<unsigned char> const& vchSig);
true if a public key was recovered into this object.
| Name | Description |
|---|---|
| hash | The 32-byte message hash that was signed. |
| vchSig | The compact signature to recover from. |