-
Notifications
You must be signed in to change notification settings - Fork 27
[MPC] Loading keypair from MPC (Depends on #67) #68
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
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
16bad1e
to
913535e
Compare
daaabde
to
6fcb122
Compare
11af88f
to
b05fa14
Compare
6fcb122
to
b83794a
Compare
b05fa14
to
927cb40
Compare
41a59a3
to
8b4187c
Compare
70a1512
to
89d441a
Compare
d00c615
to
64d2754
Compare
0ac79db
to
e125bc2
Compare
64d2754
to
61cd7a1
Compare
e125bc2
to
47099b1
Compare
efecce9
to
b65c6f7
Compare
066bbb8
to
2560b57
Compare
efcae55
to
0ed5e7b
Compare
2560b57
to
14634eb
Compare
0ed5e7b
to
8d2b5a4
Compare
14634eb
to
ef71a30
Compare
8d2b5a4
to
b5a351e
Compare
53aceb9
to
ecf0bda
Compare
Merged
2a98583
to
92a1fbb
Compare
b01d4db
to
ffa9c39
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Functionality to support loading pre-generated key-pairs into the prover-server. Includes some small changes to the command, and code to perform strict checks of data during MPC steps.
Depends on #67