Update curve25519-dalek dependency to 2.0.0.

This commit is contained in:
Isis Lovecruft 2019-11-26 22:51:37 +00:00
parent 8f848793f3
commit 8938069053
No known key found for this signature in database
GPG key ID: AB41313533E8E812

View file

@ -23,7 +23,7 @@ features = ["nightly", "batch"]
[dependencies]
clear_on_drop = { version = "0.2" }
curve25519-dalek = { version = "1", default-features = false }
curve25519-dalek = { version = "2", default-features = false }
rand = { version = "0.7", default-features = false, optional = true }
serde = { version = "1.0", optional = true }
sha2 = { version = "0.8", default-features = false }
@ -50,7 +50,6 @@ batch = ["rand"]
asm = ["sha2/asm"]
# This features turns off stricter checking for scalar malleability in signatures
legacy_compatibility = []
yolocrypto = ["curve25519-dalek/yolocrypto"]
u64_backend = ["curve25519-dalek/u64_backend"]
u32_backend = ["curve25519-dalek/u32_backend"]
avx2_backend = ["curve25519-dalek/avx2_backend"]
simd_backend = ["curve25519-dalek/simd_backend"]