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

test: add fuzz tests #110

Closed matthewkeil closed 8 months ago

matthewkeil commented 9 months ago

Add fuzz testing to rebuild library. Implemented for the following functions that take external data

SecretKey.fromKeygen SecretKey.deserialize secretKey.sign PublicKey.deserialize Signature.deserialize verify

wemeetagain commented 9 months ago

We discussed modifying this to be able to run continuously, will happen in a separate PR