Update zip32 crate to use ff crate

This commit is contained in:
Jack Grigg
2018-11-11 10:54:08 +13:00
parent 22ccd1bceb
commit 2e408957db
3 changed files with 5 additions and 1 deletions

View File

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