-
Notifications
You must be signed in to change notification settings - Fork 245
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* parallelize miller loops * completed bls12 miller_loop parallelization * restores logic for when parallel feature is off * cargo cleanups * cleanups * cargo fmt * adds changelog entry * fixed changelog * moved to cfg_iter, cleanups * formatting * minor fixes * minor fixes * Bump the version of super-linter (#283) * Fix the panicking `subgroup_fft_in_place` benchmark for MNT6-753's Fr (#284) * fix the bench test failure * update the CHANGELOG * lint * lint * Implement `Into<BigUint>` and `From<BigUint>` for `BigInteger` and `PrimeField` (#280) * add into and from BigUint for BigInteger * update changelog, cargo fmt * linter * update changelog, cargo fmt * change the algorithm; implement for PrimeField as well * less confusing variable name * for BigInteger, do TryFrom instead of From; for PrimeField, do a mod * handle the error of TryFrom; add a test for Fr into/from BigUint * fmt, clippy * Add sparse scalar mul and sub (#259) * Add/Sub impl for Sparse and Dense polys, Mul<F> for SparsePolynomial * Add test and update changelog * Fmt * Update CHANGELOG.md * add add_assign and sub_assign * fmt Co-authored-by: Weikeng Chen <[email protected]> * parallelize miller loops * completed bls12 miller_loop parallelization * restores logic for when parallel feature is off * cargo cleanups * cleanups * cargo fmt * adds changelog entry * fixed changelog * moved to cfg_iter, cleanups * formatting * minor fixes * minor fixes Co-authored-by: Weikeng Chen <[email protected]> Co-authored-by: Ryan Lehmkuhl <[email protected]>
- Loading branch information
1 parent
846c90b
commit ff550af
Showing
2 changed files
with
72 additions
and
7 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