-
Notifications
You must be signed in to change notification settings - Fork 138
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Rename UVPolynomial to DenseUVPolynomial needed due to arkworks-rs/algebra#412 * Fix formatting * Fix `msm` usage after `ark-ec` breaking change Use `<E::G{1,2}Projective as VariableBaseMSM>::msm_bigint` instead of `VariableBase::msm` * Removed ToBytes implementations and replaced uses of the tobytes! macro. * Update Cargo.toml * Update src/ipa_pc/mod.rs * Apply suggestions from code review * apply fmt * small change to ipa_pc open Co-authored-by: Marcin Górny <[email protected]> Co-authored-by: Weikeng Chen <[email protected]>
- Loading branch information
1 parent
a6def66
commit 88c97d2
Showing
18 changed files
with
227 additions
and
280 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
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
Oops, something went wrong.