ChainSafe / blst-ts

Typescript wrapper for https://github.com/supranational/blst native bindings, a highly performant BLS12-381 signature library
Other
18 stars 13 forks source link

Fix how sullying of serialized objects is done. #142

Open matthewkeil opened 5 months ago

matthewkeil commented 5 months ago

There is an intermittent issue with unit test throwing a different error BLST_POINT_NOT_ON_CURVE vs BLST_BAD_ENCODING depending on the point that gets sullied. Is not a security issue, just an invalid test case. Need to update accordingly

philknows commented 1 week ago

@matthewkeil Can we close this?