secp256k1-node
secp256k1-node copied to clipboard
feat: noble secp256k1 support
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
Can you please fix CI? Thank you!
@fanatid CI fails because of BigInt
and node
version. Will need to update those first to fix the issues