-
-
Notifications
You must be signed in to change notification settings - Fork 1
Feat/add native public key generation #5
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/add native public key generation #5
Conversation
Cal-L
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
- Add secp256k1 submodule at cpp/secp256k1 - Pin to official v0.7.0 release (a660a4976efe880bae7982ee410b9e0dc59ac983) - Add explicit commit hash documentation in .gitmodules - Add SUBMODULES.md for tracking submodule versions - Add verification script to prevent accidental updates - Ensures reproducible builds with stable cryptographic library
1f2fb79 to
56b3a3d
Compare
|
Rebased to include example app and test files. |
|
@danroc Resolved |
Cal-L
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Cal-L
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
bitcoin-core/secp256k1is pinned to specific version (0.7.0)bitcoin-core/secp256k1so most of the library code is actually not builded and included at allgetPublicKeyfunction@noble/secp256k1(1068ms => 8ms)@noble/secp256k1so it could be used as drop-in replacement