celo-org / celo-bls-go

Go module for https://github.com/celo-org/bls-zexe/
Apache License 2.0
14 stars 8 forks source link

feat: implement CIP22 #15

Closed kobigurk closed 3 years ago

kobigurk commented 3 years ago

This implements the CIP22 changes, as described in https://github.com/celo-org/celo-proposals/blob/master/CIPs/0022.md and implemented in https://github.com/celo-org/celo-bls-snark-rs/pull/194 and https://github.com/celo-org/celo-bls-snark-rs/pull/195.

Almost 100% based on the work done by @lucasege and @nategraf.