ethereum / py_ecc

Python implementation of ECC pairing and bn_128 and bls12_381 curve operations
MIT License
183 stars 82 forks source link

Symmetric Pairing? #136

Open Loryerba opened 4 months ago

Loryerba commented 4 months ago

What feature should we add?

Does the library implements a symmetric pairing like e where e : G1 x G2 -> Gt where G1 == G2?