Rely on local brute-force for now

This commit is contained in:
Sarah Jamie Lewis 2021-05-28 13:28:03 -07:00
parent 180e8f5cda
commit d616cf594e
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ curve25519-dalek = { package = "curve25519-dalek-ng", version="4.0.1", features
sha3 = "0.9.1"
serde = {version="1.0.123", features=["derive"]}
bit-vec = {version="0.6.3"}
brute-force = {git="https://git.openprivacy.ca/sarah/brute-force.git", version="0.2.0", features=["curve25519"], optional=true}
brute-force = {git="https://git.openprivacy.ca/sarah/brute-force.git", features=["curve25519"], optional=true}
rayon = {version="1.5.0", optional=true}
[dev-dependencies]