ethereum / py_ecc

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

IETF interface #82

Closed CarlBeek closed 4 years ago

CarlBeek commented 4 years ago

What was wrong?

The BLS specs didn't implement the interface specified by the IETF standards.

How was it fixed?

The interface for the specified by the IETF BLS standards' G2 Proof of Possession ciphersuite was implemented.

Cute Animal Picture

put a cute animal picture link inside the parentheses

CarlBeek commented 4 years ago

Superseded by PR #83.