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

Add Secp256k1 keys #3322

Closed
wants to merge 2 commits into from
Closed

Add Secp256k1 keys #3322

wants to merge 2 commits into from

Conversation

deuszx
Copy link
Contributor

@deuszx deuszx commented Feb 13, 2025

Motivation

N/A

Proposal

Adds Secp256k1SecretKey and Secp256k1PublicKey structs. Creates a static SECP256K1 context for reuse, instead of initializing new context for every operation. Note that the same effect could be used by using global-context feature of the secp256k1 crate but that is mutually exclusive with other features (like alloc) that we might want to use in the future.

Test Plan

N/A

Release Plan

@deuszx deuszx force-pushed the refactor-mv-keypair branch 4 times, most recently from a1f429d to 139ee16 Compare February 15, 2025 18:17
@deuszx deuszx force-pushed the refactor-mv-keypair branch from 1c6c853 to 7f3a731 Compare February 15, 2025 19:50
@deuszx deuszx force-pushed the refactor-mv-keypair branch from 7f3a731 to ed6d865 Compare February 15, 2025 20:23
@deuszx
Copy link
Contributor Author

deuszx commented Feb 15, 2025

Replaced with #3345

@deuszx deuszx closed this Feb 15, 2025
@deuszx deuszx deleted the secp256-keys branch February 15, 2025 20:52
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.

1 participant