-
Notifications
You must be signed in to change notification settings - Fork 3
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
Use vsss-rs for share generation and reconstruction #457
Closed
Closed
Changes from 34 commits
Commits
Show all changes
62 commits
Select commit
Hold shift + click to select a range
fb6f7e3
Add Quorum Key Resharding Service
emostov 712d75b
Update changelog for #428
emostov ff89a91
Update gitignore
emostov 955f350
wip
emostov 64e73c2
wip enclave reshard service
emostov ec3c54f
try getting enclave_reshard
emostov 0f28dd8
make sure no toolchain
emostov add57ba
small fix
emostov 9987767
enclave_reshard builds
emostov 21046c7
add enclave_reshard target
emostov c9fd19d
try fix perms issue
emostov 54f56e3
remove enclave_reshard image (pivoting to mono)
emostov 7b8925f
revert ci changes
emostov e08bb9d
fix some comments
emostov dfc8996
another small comment fix
emostov 8d1eca2
Update reshard service
emostov 69469a9
small adjustment to default dev port
emostov 3c0cfad
ensure deterministic reshard input
emostov 3ab39ca
sort share set members
emostov 17b44ff
ensure reshard input is deterministic when reading in
emostov a335417
update ci
emostov 5342ff3
address comments; fix tests
emostov b887810
review comments; try fix CI
emostov 1608d8c
lint
emostov 7427f33
update common image tags
emostov e51d281
remove fail fast
emostov 13a7aed
make sure to pull only hash pinned
emostov 3063310
just run make; no updload
emostov 553043c
respond to some feedback
emostov 72b6de2
remove lfs and release section
emostov a3ef37a
revert container file
emostov d797610
Use vsss-rs for share generation and reconstruction
emostov e337a22
Use deprecated shares reconstruct for cases of 1 share
emostov 06ed67a
Add doc comments on deprecated methods
emostov 7a5658b
Add copyright notice for Shamir implementation.
lthibault 15ed0e4
Rename deprecated_shares_generate to deprecated_insecure_shares_gener…
lthibault 198969f
Fix call to deprecated_shares_generate.
lthibault e6f9b93
Rename deprecated_shares_reconstruct to deprecated_insecure_shares_re…
lthibault c299f5d
Add known limitations to shares_generate docstring.
lthibault d2801d4
Fix bitrot in src/README.md
lthibault ecea872
Run make -C src/ lint
lthibault c6b6ebe
Make concise.
lthibault f7fd6bc
Uses thiserror with QosCryptoError.
lthibault ed561d1
Fix merge conflicts with main.
lthibault 3a7cf3c
Merge branch 'main' into zeke-reshard-6-vsss-rs
lthibault a920730
Add #:expect_used)] to qos_crypto/src/shamir.rs.
lthibault 54c8ae2
Revert "Add #:expect_used)] to qos_crypto/src/shamir.rs."
lthibault 05fa48e
Silence clippy output about expected panics.
lthibault 207163c
Cargo update src/init/Cargo.lock
lthibault 64ce106
Update transitive dependency vsss-rs to v4.3.8.
lthibault 4e8cd4c
Fix length of test data.
lthibault bb3150b
Remove deprecated_insecure_shares_generate.
lthibault 605447b
Remove deprecated_insecure_shares_reconstruct.
lthibault c264d9c
Fix unit tests.
lthibault 4b08bdb
Eliminate dead code.
lthibault d1d1130
make lint
lthibault 3727f35
Fix typo in docstring.
lthibault d87496a
Expect 2-of-2 sharing in dangerous_dev_boot.
lthibault 6764a72
lintfix
lthibault d6db3e7
Remove redundant calls to shares_generate in make_and_reconstruct_sha…
lthibault 04b0c11
qos_net: fix missing vm feature
Ulexus 5ba801e
DANGER: enable attach_console on debug mode
Ulexus File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
name: artifacts-build | ||
name: stagex-build | ||
|
||
on: | ||
push: | ||
|
This file contains 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
Empty file.
This file was deleted.
Oops, something went wrong.
This file contains 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
This file contains 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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
428 is a PR that seems closed. Why this mentioned in the context of this PR which is about VSSS?