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

crypto: serialize keys with alg-prefixed hex strings #261

Merged
merged 2 commits into from
Jan 27, 2025

crypto: make FromStr<PublicKey>::Error = error::Format

e6e2484
Select commit
Loading
Failed to load commit list.
Merged

crypto: serialize keys with alg-prefixed hex strings #261

crypto: make FromStr<PublicKey>::Error = error::Format
e6e2484
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 20, 2025 in 0s

67.70% (+0.31%) compared to f4473ee

View this Pull Request on Codecov

67.70% (+0.31%) compared to f4473ee

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 67.70%. Comparing base (f4473ee) to head (e6e2484).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #261      +/-   ##
==========================================
+ Coverage   67.39%   67.70%   +0.31%     
==========================================
  Files          39       39              
  Lines        7235     7246      +11     
==========================================
+ Hits         4876     4906      +30     
+ Misses       2359     2340      -19     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.