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

Add initial support for System.Runtime.Intrinsics.Arm.Aes #48114

Merged
merged 1 commit into from
Feb 11, 2021

Conversation

fanyang-mono
Copy link
Member

Contribute to #42273

This PR added support for the following API's

  • IsSupported
  • Decrypt
  • Encrypt
  • InverseMixColumns
  • MixColumns

The rest relies on the support for poly64_t, poly64x2_t and poly128_t, which will be done by a following-up PR.

@vargaz vargaz merged commit cfce757 into dotnet:master Feb 11, 2021
@ghost ghost locked as resolved and limited conversation to collaborators Mar 13, 2021
@fanyang-mono fanyang-mono deleted the arm_Aes branch May 27, 2021 14:47
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants