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

chacha: Clarify the dispatching to assembly implementations. #2238

Merged
merged 1 commit into from
Jan 17, 2025

Conversation

briansmith
Copy link
Owner

Clarify that there are 4 different functions, one for each architecture, which have different capabilities w.r.t. overlapping input/output.

we plan to extend this to support all the details of the dispatching that is currently within each assembly implementation of ChaCha20_ctr32 when that dispatching logic is moved to Rust.

@briansmith briansmith self-assigned this Jan 17, 2025
Copy link

codecov bot commented Jan 17, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 96.96%. Comparing base (35fb704) to head (97f22ae).
Report is 5 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2238   +/-   ##
=======================================
  Coverage   96.96%   96.96%           
=======================================
  Files         166      167    +1     
  Lines       20565    20573    +8     
  Branches      463      463           
=======================================
+ Hits        19940    19948    +8     
  Misses        517      517           
  Partials      108      108           

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

Clarify that there are 4 different functions, one for each architecture,
which have different capabilities w.r.t. overlapping input/output.

we plan to extend this to support all the details of the dispatching
that is currently within each assembly implementation of
`ChaCha20_ctr32` when that dispatching logic is moved to Rust.
@briansmith briansmith merged commit 6ef8e3c into main Jan 17, 2025
164 checks passed
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