blst-ts icon indicating copy to clipboard operation
blst-ts copied to clipboard

Typescript wrapper for https://github.com/supranational/blst native bindings, a highly performant BLS12-381 signature library

Results 8 blst-ts issues
Sort by recently updated
recently updated
newest added

Split off from https://github.com/ChainSafe/blst-ts/pull/143 **Note** Putting PR in draft until #144 and #145 get merged. This branch builds on the code in those two, so will need to rebase this...

**NOTE:** This PR is based on code in #144, #145, #146. Need to update merge branch to `master` once those PR's are merged. Do not merge until that happens but...

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...

End-user code and code used to generate bindings are currently mixed in `src`. Similarly, required `dependencies` are added to the same module. Find a way to separate both so that...

We redownload the spec tests for each triple that gets tests. Can speed up CI by caching the downloads

All of the rest of our repos have main as the trunk branch. A bit of cleanup to bring that into alignment. - switched workflow to run on main We...

There were several exchanges about the perf implications vs security tradeoffs of 64 vs 128 bits of randomness for the blinding factor of `verifyMultipleAggregateSignatures` and `aggregateWithRandomness`. You can find parts...

This PR bumps the CI to utilize node 22/24 and removes the need to pass in NPM token auth. This is part of our migration to utilize trusted publishing and...