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

[Shamir port] implement client side #7363

Closed
1 of 5 tasks
Tracked by #6090
AureliaDolo opened this issue May 21, 2024 · 1 comment · Fixed by #7648 or #8979
Closed
1 of 5 tasks
Tracked by #6090

[Shamir port] implement client side #7363

AureliaDolo opened this issue May 21, 2024 · 1 comment · Fixed by #7648 or #8979
Assignees
Labels
I-Rust Impact: Rust-related stuff

Comments

@AureliaDolo
Copy link
Contributor

AureliaDolo commented May 21, 2024

Related #6090

In libparsec/crates/client/src/client

  • create_shared_recovery_device
  • invite_shared_recovery
  • list_shared_recovery_devices
  • remove_shared_recovery_device
  • shared_recovery_device_info
@AureliaDolo
Copy link
Contributor Author

see shamir_client_draft.txt
and create following files
bindings/generator/api/shamir.py
cli/src/shamir_setup.rs
libparsec/crates/client/src/certif/shamir_recovery_setup.rs
libparsec/crates/client/src/shamir/
libparsec/crates/client/tests/unit/shamir/
libparsec/src/shamir.rs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
I-Rust Impact: Rust-related stuff
Projects
None yet
3 participants