w3f / bls

Aggregatable BLS sigantures
65 stars 15 forks source link

Update BLS library to Pairing and Serialization changes #56

Closed drskalman closed 1 year ago

drskalman commented 1 year ago

There are quite few changes in Arkworks Algebra which need to be reflected in the BLS library. including the renaming of the Projective and Affine Curve, removal of to_bytes and from_bytes interfaces and changes in pairing engine. BLS library need to compile and pass the tests again.

drskalman commented 1 year ago

Updated code compiles in d70f516 . Test needs to be updated.

drskalman commented 1 year ago

DONE in e67d768 and passes all tests

drskalman commented 1 year ago

DONE in e67d768 and passes all tests