w3f / bls

Aggregatable BLS sigantures
64 stars 15 forks source link

make single signature bls tests polymorphic over pairing engine #35

Closed drskalman closed 2 years ago

drskalman commented 3 years ago

Currently we have two copy of exact function for bls12-381 and bls12-377. This needs to become a single function which takes the pairing engine as a generic parameter.

drskalman commented 3 years ago

4e1c3d6 resloves this issue.