forked from lurk-lab/lurk-beta
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore:: Refactor field tests to use pasta_curves instead of blstrs
- Follow-up of lurk-lab#774 - Swapped out `blstrs::Scalar` implementation in `src/field.rs` with pasta_curves::pallas::Scalar - Readjusted tests to now run on the `pasta_curve` as opposed to the `blstrs` - Updated `Cargo.toml` by removing `blstrs` from both the workspace and dev dependencies - Removed the association of `blstrs/portable` from the `portable` feature in `Cargo.toml`
- Loading branch information
1 parent
014c4d1
commit 3af471c
Showing
2 changed files
with
3 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters