celo-org / celo-bls-snark-rs

Implements SNARK-friendly BLS signatures
https://celo.org
Apache License 2.0
84 stars 21 forks source link

refactor(smaller-than-gadget): use upstream comparison operator #164

Closed gakonst closed 4 years ago

gakonst commented 4 years ago

As title, uses the PartialOrd API which was added by @kobigurk upstream in https://github.com/scipr-lab/zexe/pull/143