Skip to content

Commit

Permalink
Merge pull request #810 from andyleiserson/aes
Browse files Browse the repository at this point in the history
Update aes crate and enable intrinsics on aarch64
  • Loading branch information
martinthomson authored Oct 19, 2023
2 parents 380e5d3 + fc6aba7 commit 005ba7e
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 005ba7e

Please sign in to comment.