Add ff and group crates to Cargo workspace

This commit is contained in:
Jack Grigg
2019-01-06 09:50:07 +00:00
parent b1ce3905d6
commit 482bef87f0
11 changed files with 23 additions and 28 deletions

View File

@@ -14,7 +14,7 @@ repository = "https://github.com/zcash-hackworks/zip32"
[dependencies]
aes = "0.2"
byteorder = "1"
ff = "0.4"
ff = { path = "../ff" }
fpe = "0.1"
lazy_static = "1.0"
pairing = { path = "../pairing" }