Skip to content

Commit

Permalink
Update sapling-crypto crate to use ff crate
Browse files Browse the repository at this point in the history
  • Loading branch information
str4d committed Jan 6, 2019
1 parent 4272cfa commit 2e35a32
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,9 @@ futures-cpupool = "0.1"
group = "0.1"
num_cpus = "1"
crossbeam = "0.3"
pairing = { path = "../pairing", optional = true }
byteorder = "1"

[dependencies.pairing]
git = "https://github.com/str4d/pairing"
rev = "3d41ee5abaa4888ff3607689aba007be8856816d"
optional = true

[features]
groth16 = ["pairing"]
default = ["groth16"]
Expand Down

0 comments on commit 2e35a32

Please sign in to comment.