mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-04 20:24:10 +00:00
Enable subtle feature for using generic ConditionallySwappable and ConditionallyNegatable.
This commit is contained in:
parent
a6680838b3
commit
2f3d1e77a2
1 changed files with 1 additions and 0 deletions
|
|
@ -42,6 +42,7 @@ version = "0.7"
|
||||||
[dependencies.subtle]
|
[dependencies.subtle]
|
||||||
version = "0.5"
|
version = "0.5"
|
||||||
default-features = false
|
default-features = false
|
||||||
|
features = ["generic-impls"]
|
||||||
|
|
||||||
[dependencies.clear_on_drop]
|
[dependencies.clear_on_drop]
|
||||||
version = "=0.2.3"
|
version = "=0.2.3"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue