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

[DKG] Clean up old versions of DKG & ECIES #845

Merged
merged 3 commits into from
Nov 11, 2024
Merged

[DKG] Clean up old versions of DKG & ECIES #845

merged 3 commits into from
Nov 11, 2024

Conversation

benr-ml
Copy link
Contributor

@benr-ml benr-ml commented Nov 3, 2024

  • add a regression test to ecies_v1
  • remove dkg_v0 and ecies_v0, and move the shared code to *_v1 (namely structs and Party::new)

- remove dkg_v0 and ecies_v0, and move the shared code to *_v1
@benr-ml benr-ml marked this pull request as ready for review November 3, 2024 12:47
@benr-ml benr-ml requested a review from jonas-lj November 3, 2024 12:47
// TODO: needs to use ecies_v1
// #[cfg(test)]
// #[path = "tests/nidkg_tests.rs"]
// pub mod nidkg_tests;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this commented out on purpose?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes, added a todo to fix the APIs if needed

@benr-ml benr-ml merged commit 69d496c into main Nov 11, 2024
7 checks passed
@benr-ml benr-ml deleted the ben/clean_v0 branch November 11, 2024 17:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants