ECDSA.Sign¶
Name | Mandatory | Description | Default | Type |
---|---|---|---|---|
⬅️ Input |
The message hash to sign with the private key, must be 32 bytes. | Bytes |
||
Output ➡️ |
The signature generated from signing the input message with the private key. | Bytes |
||
Key |
No | The private key used to sign the hashed message input. | none |
Bytes Var(Bytes) |
Signs a message with the private key using the ECDSA algorithm.