hyperledger / fabric-gateway

Go, Node and Java client API for Hyperledger Fabric v2.4+
https://hyperledger.github.io/fabric-gateway/
Apache License 2.0
150 stars 87 forks source link

Use elliptic instead of @noble/curves for Node crypto #629

Closed bestbeforetoday closed 12 months ago

bestbeforetoday commented 12 months ago

@noble/curves makes use of @noble/hashes, which does not function correctly on big-endian systems, and also throws an error on module load if a big-endian system is detected. Revert to using elliptic as the ECDSA signing implementation.

Closes #628