bls
bls copied to clipboard
💻 Javascript Implementation of Boneh-Lynn-Shacham Signatures
When this commit gets released, https://github.com/herumi/bls-eth-wasm/commit/5a789d8732a6d94449737dd580f408e27e9804b1 bump the dependency to remove browser-specific code in herumi/context
> FYI on the eth2 implementers call today, it was mentioned that we will likely want/need to expose underlying group operations in our BLS library (multiplication and addition in G2)....
Bumps [terser](https://github.com/terser/terser) from 5.12.1 to 5.15.1. Changelog Sourced from terser's changelog. v5.15.1 Fixed missing parentheses around optional chains Avoid bare let or const as the bodies of if statements (#1253)...
Bumps [ansi-regex](https://github.com/chalk/ansi-regex) from 5.0.0 to 5.0.1. Release notes Sourced from ansi-regex's releases. v5.0.1 Fixes (backport of 6.0.1 to v5) This is a backport of the minor ReDos vulnerability in ansi-regex@<6.0.1,...
** Note ** Ignore `lib` folder artifacts during review. - Adds `@chainsafe/blst` napi version - Adds `multiplyBy` methods to `PublicKey` and `Signature`
Update `package.json` version to trigger a new release.
**Describe the bug** I got this error while import the package in nodejs : ``` Error: Package subpath './blst-native' is not defined by "exports" in .\node_modules\@chainsafe\bls\package.json ``` import: ``` import...
Updating dev dependencies to rid of all the stale dependabot PRs.
When I try to install @chainsafe/blst on my arm64 arch, this error returned: ``` Retrieving BLST native bindings /Users/jasperli/work/etherfi-app/node_modules/@chainsafe/blst/prebuild/darwin-arm64-115-binding.node ... Error: Error importing BLST native bindings: 404 Not Found ```...