Closed briansmith closed 7 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 96.25%. Comparing base (
31a0313
) to head (a6bb031
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Eliminate the "less safe" variant of
encrypt_within
. Move the check for overlapping buffers into the inner safe wrapper around the assembly function call, so that it is clear what we're giving the assembly function.The extra checks are only done for 32-bit ARM and 32-bit x86, which are less of a performance priority now. And also the checks probably don't affect performance anyway.