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 and dedup GetNonZeroBytes #81340

Merged
merged 1 commit into from
Jan 31, 2023
Merged

Commits on Jan 30, 2023

  1. Improve and dedup GetNonZeroBytes

    - RsaPaddingProcessor has its own complete copy; that now appears to be an unnecessary duplication.
    - If a zero byte is found, the implementation currently looks at the rest of the bytes byte by byte.  We expect 0s to be rare, so copy in bulk instead.
    stephentoub committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    78c3ab3 View commit details
    Browse the repository at this point in the history