mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-04 20:24:10 +00:00
Use subtle branch with ConditionallySwappable trait for now.
This commit is contained in:
parent
6be10341e2
commit
d86fcd4e17
1 changed files with 2 additions and 0 deletions
|
|
@ -35,6 +35,8 @@ version = "0.6"
|
||||||
[dependencies.subtle]
|
[dependencies.subtle]
|
||||||
version = "^0.2"
|
version = "^0.2"
|
||||||
default-features = false
|
default-features = false
|
||||||
|
git = "https://github.com/isislovecruft/subtle"
|
||||||
|
branch = "feature/conditional-swap_r1"
|
||||||
|
|
||||||
[dependencies.generic-array]
|
[dependencies.generic-array]
|
||||||
# same version that digest depends on
|
# same version that digest depends on
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue