secp256k1-node icon indicating copy to clipboard operation
secp256k1-node copied to clipboard

feat: noble secp256k1 support

Open alexandrius opened this issue 1 year ago • 2 comments

Adds @bitcoinerlab/secp256k1 support for faster crypto operations on React Native's Hermes JS engine. @bitcoinerlab/secp256k1 itself is based upon audited @noble/secp256k1. @noble/secp256k1 main benefit is that it's based on JS BigInt instead of bn.js

Preserves API falls back to legacy methods for certain methods

alexandrius avatar Jan 25 '24 16:01 alexandrius

Can you please fix CI? Thank you!

fanatid avatar Jan 25 '24 22:01 fanatid

@fanatid CI fails because of BigInt and node version. Will need to update those first to fix the issues

alexandrius avatar Jan 26 '24 09:01 alexandrius