ethereum / py_ecc

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

IETF BLS v3 #102

Closed hwwhww closed 3 years ago

hwwhww commented 3 years ago

What was wrong?

Replace #99 Follow https://github.com/ethereum/eth2.0-specs/pull/2051 Bump to https://tools.ietf.org/html/draft-irtf-cfrg-bls-signature-03 No substantive change.

How was it fixed?

  1. Update hash_to_G2 test vectors
  2. Add expand_message_xmd test vectors
  3. Update documents and URLs. Bump to draft-irtf-cfrg-bls-signature-03

Cute Animal Picture

🐻

hwwhww commented 3 years ago

replaced by #102