Skip to content

Commit

Permalink
Add +sha3 (#72)
Browse files Browse the repository at this point in the history
Co-authored-by: Thom Wiggers <thom@thomwiggers.nl>
  • Loading branch information
gridbox and thomwiggers authored Jan 28, 2025
1 parent 1b41b2b commit b399374
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pqcrypto-internals/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ fn main() {
println!("cargo:rustc-link-lib=keccak4x")
} else if target_arch == "aarch64" && target_env != "msvc" {
builder
.flag("-march=armv8-a")
.flag("-march=armv8-a+sha3")
.file(cfiledir.join("keccak2x").join("fips202x2.c"))
.file(cfiledir.join("keccak2x").join("feat.S"))
.compile("keccak2x");
Expand Down

0 comments on commit b399374

Please sign in to comment.