Remove simd_backend as a used dalek feature

It's great performance yet not mandatory.
This commit is contained in:
Luke Parker 2022-05-14 00:59:14 -04:00
parent 94bd30083b
commit bf4d83ba70
No known key found for this signature in database
GPG key ID: F9F1386DB1E119B6

View file

@ -17,7 +17,7 @@ rand_chacha = { version = "0.3", optional = true }
tiny-keccak = { version = "2", features = ["keccak"] } tiny-keccak = { version = "2", features = ["keccak"] }
blake2 = "0.10" blake2 = "0.10"
curve25519-dalek = { version = "3", features = ["std", "simd_backend"] } curve25519-dalek = { version = "3", features = ["std"] }
ff = { version = "0.11", optional = true } ff = { version = "0.11", optional = true }
group = { version = "0.11", optional = true } group = { version = "0.11", optional = true }