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

Move specific implementations of PaillierParams #44

Merged
merged 1 commit into from
Nov 5, 2023
Merged

Conversation

fjarri
Copy link
Member

@fjarri fjarri commented Nov 5, 2023

Since the test Paillier params must have some values set to accommodate CGGMP requirements, which is out of scope of paillier submodule, they are now created in the same file as the SchemeParameters impls. The paillier submodule uses its own independent test params.

It would be nice to gate test parameters under a feature, but cargo currently does not support enabling a feature by default for integration tests (see rust-lang/cargo#2911), and running integration tests with production parameters takes 10x more time - not too convenient for active development.

… module

Since the test params must have some values set to accommodate CGGMP requirements,
which is out of scope of `paillier` submodule.
Copy link

vercel bot commented Nov 5, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
synedrion ✅ Ready (Inspect) Visit Preview Nov 5, 2023 10:11pm

@fjarri fjarri merged commit def1747 into master Nov 5, 2023
6 checks passed
@fjarri fjarri deleted the move-params branch November 5, 2023 22:25
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.

1 participant