Ed25519 - Sign a message using a key share
POST/ed25519/sign
authorization
This API endpoint requires an API Key with at least one of the following Roles: CryptoUser | KeysManager
Signs a message using the given key_id.
The message is signed using the secret share generated in the /ed25519/keygen operation. The signature is then returned to the caller.
Request
Responses
- 200
- 400
- 401
- 404
- 500