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

aes-gcm: Clarify slice-to-pointer conversion. #2198

Merged
merged 1 commit into from
Dec 27, 2024
Merged

Conversation

briansmith
Copy link
Owner

Extend the work done in cb6d5de to replace pointer arithmetic via slicing with InOut's pointer conversion for integrated AES-GCM opening operations.

Note that sealing doesn't have any arithmetic as it doesn't support a src offset.

Extend the work done in cb6d5de to
replace pointer arithmetic via slicing with `InOut`'s pointer
conversion for integrated AES-GCM opening operations.

Note that sealing doesn't have any arithmetic as it doesn't support
a `src` offset.
@briansmith briansmith self-assigned this Dec 26, 2024
Copy link

codecov bot commented Dec 26, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 96.92%. Comparing base (fb1b00e) to head (b4fe5d3).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2198   +/-   ##
=======================================
  Coverage   96.92%   96.92%           
=======================================
  Files         154      154           
  Lines       20269    20270    +1     
  Branches      461      461           
=======================================
+ Hits        19646    19647    +1     
  Misses        518      518           
  Partials      105      105           

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

@briansmith briansmith merged commit 4f09fa5 into main Dec 27, 2024
158 checks passed
@briansmith briansmith deleted the b/open-inout branch December 27, 2024 16:57
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