keep-starknet-strange / garaga

State-of-the-art Elliptic Curve operations and SNARKS verification for Cairo & Starknet 🐺.
https://felt.gitbook.io/garaga
MIT License
181 stars 39 forks source link

Implement BLS12-381 arithmetics and Pairing #46

Closed feltroidprime closed 1 year ago

feltroidprime commented 1 year ago

Following the working implementation of pairing and arithmetics for bn254, create a folder in src/bls12-381 and implement everything similarly to bn254. Create a subfolder in tests/protostar_tests for bls12-381. Update the parsing tool from gnark for this curve.