arkworks-rs / snark

Interfaces for Relations and SNARKs for these relations
https://www.arkworks.rs
Apache License 2.0
776 stars 209 forks source link

Unify extension field arithmetic #233

Closed Pratyush closed 4 years ago

Pratyush commented 4 years ago

A lot of arithmetic and other implementation logic is shared across the field extension. This PR unifies this code under a single implementation without sacrificing any flexbility.