Skip to content

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 No The signature generated from signing the input message with the private key. none BytesVar(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.