Skip to content

Commit 092840c

Browse files
committed
temporary disable "neon" feature of chacha20
ref #19 ref RustCrypto/stream-ciphers#312
1 parent fd9b15b commit 092840c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ md-5 = { version = "0.10" }
3737
hkdf = { version = "0.12", optional = true }
3838
sha1 = { version = "0.10", optional = true }
3939
blake3 = { version = "1.3", optional = true }
40-
chacha20 = { version = "0.9", features = ["neon"], optional = true }
40+
chacha20 = { version = "0.9", features = [], optional = true }
4141
aes = { version = "0.8", optional = true }
4242
ctr = { version = "0.9", optional = true }
4343
bytes = { version = "1.3", optional = true }

0 commit comments

Comments
 (0)