Skip to content

Commit

Permalink
We don't need softaes if we are targeting aarch64+aes
Browse files Browse the repository at this point in the history
  • Loading branch information
jedisct1 committed Dec 6, 2023
1 parent 9d445d2 commit 8978114
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ repository = "https://github.com/jedisct1/rust-aegis"
categories = ["no-std", "cryptography"]
readme = "README.md"

[target."cfg(not(any(all(target_arch = \"x86_64\", target_feature = \"aes\"),all(target_arch = \"x86\", target_feature = \"aes\"))))".dependencies.softaes]
[target."cfg(not(any(all(target_arch = \"aarch64\", target_feature = \"aes\"),all(target_arch = \"x86_64\", target_feature = \"aes\"),all(target_arch = \"x86\", target_feature = \"aes\"))))".dependencies.softaes]
version = "0.1"

[target.'cfg(not(pure_rust))'.build-dependencies]
Expand Down

0 comments on commit 8978114

Please sign in to comment.