ECDSA.PublicKey¶
Name | Mandatory | Description | Default | Type |
---|---|---|---|---|
⬅️ Input |
The private key to generate the public key from. | Bytes |
||
Output ➡️ |
The public key generated from the private key. | Bytes |
||
Compressed |
No | Indicates if the output PublicKey should be in compressed format. | false |
Bool |
Generates the public key from the private key using the ECDSA algorithm.