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

fix aes acceleration on aarch64 #116

Merged
merged 1 commit into from
May 19, 2022
Merged

Conversation

brayniac
Copy link
Contributor

The target feature on aarch64 has been renamed from crypto to
aes for newer versions of the rust compiler.

Makes necessary changes to fix use of aes instructions on aarch64.

The target feature on aarch64 has been renamed from `crypto` to
`aes` for newer versions of the rust compiler.

Makes necessary changes to fix use of aes instructions on aarch64.
@tkaitchuck tkaitchuck merged commit 4c340f5 into tkaitchuck:master May 19, 2022
@brayniac brayniac deleted the aes branch May 19, 2022 17:02
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.

None yet

2 participants