Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Optimize key manager client requests #5881

Open
peternose opened this issue Oct 7, 2024 · 0 comments
Open

Optimize key manager client requests #5881

peternose opened this issue Oct 7, 2024 · 0 comments
Labels
c:key management Category: key management c:performance Category: performance

Comments

@peternose
Copy link
Contributor

With the RPC client now supporting multiple concurrent sessions, there are several opportunities for optimization:

  • Improve master and ephemeral secret replication by fetching secrets in parallel from multiple nodes at once (once could also fetch multiple secrets at once).
  • Improve share reduction, share distribution, and proactivization phases in CHURP by concurrently fetching switch points and bivariate shares.
@peternose peternose added the c:key management Category: key management label Oct 7, 2024
@kostko kostko added the c:performance Category: performance label Oct 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c:key management Category: key management c:performance Category: performance
Projects
None yet
Development

No branches or pull requests

2 participants