Skip to content

Commit

Permalink
Update aes crate and enable intrinsics on aarch64
Browse files Browse the repository at this point in the history
(This used to require the nightly compiler, but no longer does.)
  • Loading branch information
andyleiserson committed Oct 18, 2023
1 parent 380e5d3 commit fc6aba7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[target.aarch64-apple-darwin]
rustflags = ["--cfg", "aes_armv8"]
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ aggregate-circuit = []

[dependencies]
ipa-macros = { version = "*", path = "./ipa-macros" }
aes = "0.8"
aes = "0.8.3"
async-trait = "0.1.68"
axum = { version = "0.5.17", optional = true, features = ["http2"] }
axum-server = { version = "0.5.1", optional = true, features = ["rustls", "rustls-pemfile", "tls-rustls"] }
Expand Down

0 comments on commit fc6aba7

Please sign in to comment.