celo-org / celo-bls-snark-rs

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

Ensure bit encodings and reversals done in a principled manner #190

Open mstraka100 opened 3 years ago

mstraka100 commented 3 years ago

It's currently not clear that there is a unified design principle behind the use of little vs. big endian encodings in different parts of the code base. This should be addressed in the interest of future maintainability