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