Skip to content
Snippets Groups Projects
Unverified Commit 88c97d2b authored by Yuwen Zhang's avatar Yuwen Zhang Committed by GitHub
Browse files

Fix/refactors (#104)

* Rename UVPolynomial to DenseUVPolynomial

needed due to https://github.com/arkworks-rs/algebra/pull/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: default avatarMarcin Górny <marcin.gorny.94@protonmail.com>
Co-authored-by: default avatarWeikeng Chen <w.k@berkeley.edu>
parent a6def66d
No related branches found
No related tags found
No related merge requests found
Showing
with 227 additions and 280 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment