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

Error handling in _rust_k256_ #63

Closed
skaunov opened this issue Oct 19, 2023 · 0 comments · Fixed by #79
Closed

Error handling in _rust_k256_ #63

skaunov opened this issue Oct 19, 2023 · 0 comments · Fixed by #79
Assignees

Comments

@skaunov
Copy link
Collaborator

skaunov commented Oct 19, 2023

fn encode_pt(point: ProjectivePoint) -> Result<Vec<u8>, Error> always returns Ok(..) currently. Should be analyzed to either introduce error handling or made it infallible.

@skaunov skaunov self-assigned this Dec 1, 2023
skaunov added a commit that referenced this issue Dec 2, 2023
streamline error handling, and ditch panicing.
@skaunov skaunov linked a pull request Dec 2, 2023 that will close this issue
Divide-By-0 added a commit that referenced this issue Dec 9, 2023
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 a pull request may close this issue.

1 participant