w3f / bls

Aggregatable BLS sigantures
65 stars 15 forks source link

Resolve the failing bls library tests after backend upgrade #24

Closed drskalman closed 3 years ago

drskalman commented 3 years ago
drskalman commented 3 years ago

One problem was with sending vector not as slice as a writer. in that case writer.write_all of vector allocate and write after the current length, was making the serialized length 96 bytes instead of 48. That is fixed. Now the problem is that bad_signature passes. I need to investigate more.

drskalman commented 3 years ago

The other problem was hard coded value for hash to curve. which was resloved.