You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: