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

Server key generation session improvements #46

Merged
merged 2 commits into from
May 20, 2020
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
638 changes: 343 additions & 295 deletions src/key_server_cluster/client_sessions/generation_session.rs

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions src/key_server_cluster/client_sessions/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@
pub mod decryption_session;
pub mod encryption_session;
pub mod generation_session;
pub mod random_point_generation_session;
pub mod signing_session_ecdsa;
pub mod signing_session_schnorr;
Loading