ECDSA.Recover¶
Name | Mandatory | Description | Default | Type |
---|---|---|---|---|
⬅️ Input |
The message hash to recover the public key from. | Bytes |
||
Output ➡️ |
The public key recovered from the signature and message. | Bytes |
||
Signature |
Yes | The signature generated from signing the input message with the private key. | None |
Bytes &Bytes |
Compressed |
No | Indicates if the output PublicKey should be in compressed format. | false |
Bool |
Recovers the public key from the signature and message using the ECDSA algorithm.