ethereum / kzg-ceremony-sequencer

MIT License
83 stars 27 forks source link

BLST Library Decoding Errors Not Handled Correctly #135

Closed kustosz closed 1 year ago

kustosz commented 1 year ago

Deserialization of points into BLST structures may fail, but the errors go unhandled. This risks the ability to pass invalid points into the ceremony and must be fixed.

kustosz commented 1 year ago

Fixed in #142