Re-export simd_backend (#19)

This commit is contained in:
daxpedda
2021-09-30 12:34:29 -07:00
committed by GitHub
parent 1d6113f319
commit 7be67b26de
2 changed files with 5 additions and 0 deletions
+1
View File
@@ -15,6 +15,7 @@ p256 = ["num-bigint", "num-integer", "num-traits", "once_cell", "p256_"]
std = ["curve25519-dalek/std", "getrandom", "rand/std", "rand/std_rng", "num-bigint/std", "num-integer/std", "num-traits/std"]
u64_backend = ["curve25519-dalek/u64_backend"]
u32_backend = ["curve25519-dalek/u32_backend"]
simd_backend = ["curve25519-dalek/simd_backend"]
serialize = ["serde", "base64", "generic-array/serde", "curve25519-dalek/serde"]
[dependencies]