- Notifications
You must be signed in to change notification settings - Fork5.1k
Omit calls to CCCryptorFinal#70618
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Our use of CommonCrypto permits us to omit calls CCCryptorFinal, which gives a minor performance improvement.
ghost commentedJun 11, 2022
Tagging subscribers to this area: @dotnet/area-system-security,@vcsjones Issue DetailsOur use of CommonCrypto permits us to omit calls CCCryptorFinal (see comments added in PR), which gives a minor performance improvement. The performance improvement will be about 5%-7% when operating on a single block of data to transform.
|
...ibraries/System.Security.Cryptography/src/System/Security/Cryptography/AppleCCCryptorLite.cs OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
…/Cryptography/AppleCCCryptorLite.csCo-authored-by: Stephen Toub <stoub@microsoft.com>
S.IO.FileSystem.Tests failures are#70626. Merging. |
Uh oh!
There was an error while loading.Please reload this page.
Our use of CommonCrypto permits us to omit calls to CCCryptorFinal (see comments added in PR), which gives a minor performance improvement.
The performance improvement will be about 5%-7% when operating on a single block of data to transform.