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

Remove test_field from the ff crate #339

Closed
mmagician opened this issue Oct 26, 2021 · 0 comments · Fixed by #341
Closed

Remove test_field from the ff crate #339

mmagician opened this issue Oct 26, 2021 · 0 comments · Fixed by #341

Comments

@mmagician
Copy link
Member

The test_field modules are only used in unit tests, and since their visibility is only public within the crate itself (pub(crate)), it won't be a breaking change.
I think it'll be much cleaner to use ark_test_curves across the board, especially since unit tests aren't self-contained as they already import other external deps.

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 a pull request may close this issue.

1 participant