HTTP controller for distributed key-generation operations.
Exposes a single POST /key-generation endpoint that enqueues a
key-generation job and returns a job identifier immediately (202 Accepted).
The client polls GET /jobs/:jobId to track the outcome.
HTTP controller for distributed key-generation operations.
Exposes a single
POST /key-generationendpoint that enqueues a key-generation job and returns a job identifier immediately (202 Accepted). The client pollsGET /jobs/:jobIdto track the outcome.All endpoints are protected by BearerGuard.