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

Use new error convention introduced in secp #1971

Closed
wants to merge 3 commits into from

Conversation

tcharding
Copy link
Member

@tcharding tcharding commented Aug 2, 2023

New version of #1956

Draft because:

Uses new, still-in-design error conventions from secp. Just does the error returns in the crypto/key module.

@tcharding tcharding changed the title 08 02 key errors Use new error convention introduced in secp Aug 2, 2023
In preparation for splitting the error code out of the `key` module move
the module to a subdirectory.

Code move / file creation only, no logic changes.
Move the error code out of `key/mod.rs` and into `key/error.rs`.

Code move / file creation only, no logic changes.
We are changing the way we handle errors to use more specific error
types instead of general per-module errors.

Make a start on using the new specific error types from secp.
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

1 participant