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

Throw for empty pks array in aggregateVerify #44

Closed dapplion closed 3 years ago

dapplion commented 3 years ago

Throw error when attempting to aggregateVerify an empty array of pks

Fixes https://github.com/ChainSafe/blst-ts/issues/43