Sr25519.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 hashed message input. | none | BytesVar(Bytes) | 
Signs a message using the Schnorr signature on Ristretto compressed Ed25519 points.