Skip to content

Commit

Permalink
temporary disable "neon" feature of chacha20
Browse files Browse the repository at this point in the history
  • Loading branch information
zonyitoo committed Feb 15, 2023
1 parent fd9b15b commit 092840c
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 @@ -37,7 +37,7 @@ md-5 = { version = "0.10" }
hkdf = { version = "0.12", optional = true }
sha1 = { version = "0.10", optional = true }
blake3 = { version = "1.3", optional = true }
chacha20 = { version = "0.9", features = ["neon"], optional = true }
chacha20 = { version = "0.9", features = [], optional = true }
aes = { version = "0.8", optional = true }
ctr = { version = "0.9", optional = true }
bytes = { version = "1.3", optional = true }
Expand Down

0 comments on commit 092840c

Please sign in to comment.