mattrglobal / node-bbs-signatures

An implementation of BBS+ signatures using rust and typescript for node.js
Apache License 2.0
57 stars 23 forks source link

build(deps): remove rayon #224

Closed afonsobarracha closed 10 months ago

afonsobarracha commented 10 months ago

Description

Rayon-core has a security vulnerability, so we are removing this feature from the Native, as it does not add anything to the NodeJS bidding, as it will not be parallelized.

Motivation and Context

Rayon core has a security vulnerability

Does this PR introduce a breaking change?

Which merge strategy will you use?