mirror of
https://github.com/serai-dex/serai.git
synced 2024-11-17 01:17:36 +00:00
Remove simd_backend as a used dalek feature
It's great performance yet not mandatory.
This commit is contained in:
parent
94bd30083b
commit
bf4d83ba70
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ rand_chacha = { version = "0.3", optional = true }
|
|||
tiny-keccak = { version = "2", features = ["keccak"] }
|
||||
blake2 = "0.10"
|
||||
|
||||
curve25519-dalek = { version = "3", features = ["std", "simd_backend"] }
|
||||
curve25519-dalek = { version = "3", features = ["std"] }
|
||||
|
||||
ff = { version = "0.11", optional = true }
|
||||
group = { version = "0.11", optional = true }
|
||||
|
|
Loading…
Reference in a new issue