diff --git a/Cargo.toml b/Cargo.toml index 4bb0f8c..28ef2a7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 = {path="./brute-force", version="0.1.1", features=["curve25519"], optional=true} +brute-force = {git="https://git.openprivacy.ca/sarah/brute-force.git", version="0.2.0", features=["curve25519"], optional=true} rayon = {version="1.5.0", optional=true} [dev-dependencies] diff --git a/brute-force b/brute-force index d6f6cbc..17b99ba 160000 --- a/brute-force +++ b/brute-force @@ -1 +1 @@ -Subproject commit d6f6cbccb19fec9315bac94532f1938986e2c533 +Subproject commit 17b99ba61a820fe66a5a9caabb69494f6cce6163