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

elliptic-curve: remove direct bitvec dependency #484

Merged
merged 1 commit into from
Jan 21, 2021

Conversation

tarcieri
Copy link
Member

Now that zkcrypto/ff#40 is merged, the ff crate re-exports the types from bitvec that we previously needed to import directly.

This means that elliptic-curve no-longer needs to depend on the bitvec crate directly, but instead we can use it only transitively via the ff crate.

Now that zkcrypto/ff#40 is merged, the `ff` crate re-exports the types
from `bitvec` that we previously needed to import directly.

This means that `elliptic-curve` no-longer needs to depend on the
`bitvec` crate directly, but instead we can use it only transitively via
the `ff` crate.
@tarcieri tarcieri force-pushed the elliptic-curve/remove-bitvec-dependency branch from afba6b5 to 1045008 Compare January 21, 2021 21:57
@tarcieri tarcieri merged commit 795c9a6 into master Jan 21, 2021
@tarcieri tarcieri deleted the elliptic-curve/remove-bitvec-dependency branch January 21, 2021 22:00
@tarcieri tarcieri mentioned this pull request Feb 10, 2021
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