axiom-crypto / halo2-lib

Monorepo of halo2 crates
MIT License
236 stars 145 forks source link

feat: safe ecc_sum and tests #244

Closed MonkeyKing-1 closed 5 months ago

MonkeyKing-1 commented 8 months ago

Wrote a safe version of sum that allows summands to be points at infinity and allows output to be point at infinity

jonathanpwang commented 8 months ago

Lint test is not passing (fix clippy)