mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-05 20:30:57 +00:00
Update curve25519-dalek dependency to 2.0.0.
This commit is contained in:
parent
8f848793f3
commit
8938069053
1 changed files with 2 additions and 3 deletions
|
|
@ -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"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue