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

Improve 64-bit to 32-bit limb conversion #56

Merged
merged 1 commit into from
Nov 25, 2022

Conversation

vmx
Copy link
Contributor

@vmx vmx commented Nov 25, 2022

The code base is now on Rust 1.56 and Rust edition 2021. As per #31 (comment) the code can now be simplified. This commit is also adding a test for the u64_to_u32 function.

I've based it on main, but I'll happily rebase once other PRs are merged first.

The code base is now on Rust 1.56 and Rust edition 2021. As per
zcash#31 (comment)
the code can now be simplified. This commit is also adding a test
for the u64_to_u32 function.
@codecov-commenter
Copy link

Codecov Report

Base: 68.89% // Head: 69.25% // Increases project coverage by +0.36% 🎉

Coverage data is based on head (67e5595) compared to base (1bd803d).
Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #56      +/-   ##
==========================================
+ Coverage   68.89%   69.25%   +0.36%     
==========================================
  Files          11       11              
  Lines        1212     1210       -2     
==========================================
+ Hits          835      838       +3     
+ Misses        377      372       -5     
Impacted Files Coverage Δ
src/fields.rs 100.00% <100.00%> (+100.00%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

Copy link
Contributor

@str4d str4d left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

utACK

@str4d str4d merged commit f80525d into zcash:main Nov 25, 2022
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

3 participants