Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: noble secp256k1 support #202

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

alexandrius
Copy link

@alexandrius alexandrius commented Jan 25, 2024

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

@fanatid
Copy link
Member

fanatid commented Jan 25, 2024

Can you please fix CI? Thank you!

@alexandrius
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants