celo-org / celo-bls-snark-rs

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

Use from_random_bytes from Zexe in try and increment #146

Closed kobigurk closed 4 years ago

kobigurk commented 4 years ago

This removes a large chunk of our try and increment code which was error prone.

Depends on https://github.com/scipr-lab/zexe/pull/181 being getting merged

gakonst commented 4 years ago

Fantastic! Exactly what we needed to unblock us from making the library generic over any PairingEngine

kobigurk commented 4 years ago

Think we need to adjust the gadget code as well

Yeah, because we changed the position we take the mask bit from. On it.