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

Enable AES optimization in ARMv8 #274

Merged
merged 1 commit into from
Oct 9, 2023
Merged

Conversation

dani-garcia
Copy link
Member

Type of change

- [ ] Bug fix
- [ ] New feature development
- [ ] Tech debt (refactoring, code cleanup, dependency upgrades, etc)
- [ ] Build/deploy pipeline (DevOps)
- [x] Other

Objective

Enable the ARMv8 Cryptographic Extensions, for a performance increase in our encryption operations (https://docs.rs/aes/latest/aes/#armv8-intrinsics-rust-161)

Enabling this requires using Rust 1.61, but I just realized that the changes in the config.toml would only apply to anyone building the SDK from source and not to anyone using it from crates.io. Seeing as we're using the latest stable when building ourselves, this seems okay.

@dani-garcia dani-garcia requested a review from Hinton October 9, 2023 11:48
@bitwarden-bot
Copy link

Logo
Checkmarx One – Scan Summary & Details30ee4f29-01a5-4b32-99ed-3650048621c3

No New Or Fixed Issues Found

@dani-garcia dani-garcia merged commit 80b71c5 into master Oct 9, 2023
45 checks passed
@dani-garcia dani-garcia deleted the ps/enable-arm8-optimization branch October 9, 2023 14:59
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.

3 participants