We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd9b15b commit 092840cCopy full SHA for 092840c
Cargo.toml
@@ -37,7 +37,7 @@ md-5 = { version = "0.10" }
37
hkdf = { version = "0.12", optional = true }
38
sha1 = { version = "0.10", optional = true }
39
blake3 = { version = "1.3", optional = true }
40
-chacha20 = { version = "0.9", features = ["neon"], optional = true }
+chacha20 = { version = "0.9", features = [], optional = true }
41
aes = { version = "0.8", optional = true }
42
ctr = { version = "0.9", optional = true }
43
bytes = { version = "1.3", optional = true }
0 commit comments