Ed25519.Sign¶
| Name | Mandatory | Description | Default | Type | 
|---|---|---|---|---|
| ⬅️ Input | The input of the shard, if any | Bytes | ||
| Output ➡️ | The resulting output of the shard | Bytes | ||
| Key | No | The private key to be used to sign the message input. | none | BytesVar(Bytes) | 
Signs a message using the Ed25519 signature algorithm.