Skip to content

Commit

Permalink
now dependent on published dalek fork for elligator2
Browse files Browse the repository at this point in the history
  • Loading branch information
jmwample committed Jun 26, 2024
1 parent c5ae7cb commit 261ac20
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions crates/obfs4/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ hkdf = "0.12.3"
crypto_secretbox = { version="0.1.1", features=["salsa20", "heapless"]}
subtle = "2.5.0"
x25519-dalek = { version = "2.0.1", features = ["static_secrets", "getrandom", "reusable_secrets"]}
# x25519-dalek = { version = "2.0.1", features = ["static_secrets", "getrandom", "reusable_secrets", "elligator2"], git = "https://github.com/jmwample/curve25519-dalek.git", branch = "interim-crate"}

## Utils
hex = "0.4.3"
Expand Down Expand Up @@ -66,7 +65,7 @@ thiserror = "1.0.56"
## transitive dependencies that break things when versions are too low
## i.e. any lower than the exact versions here.
curve25519-dalek = { version="4.1", optional=true}
curve25519-elligator2 = { version="0.1.0-alpha.0", features=["elligator2"], git = "https://github.com/jmwample/curve25519-dalek.git", branch = "interim-crate"} # path = "../../../../dalek-crypto/curve25519-dalek/curve25519-elligator2"} # ,
curve25519-elligator2 = { version="0.1.0-alpha.1", features=["elligator2"] }

anyhow = { version="1.0.20", optional=true}
async-trait = { version="0.1.9", optional=true}
Expand Down

0 comments on commit 261ac20

Please sign in to comment.