Compute TxId for Transaction

This commit is contained in:
Jack Grigg
2018-12-03 12:54:11 +00:00
parent 670bb277e9
commit 4289843852
5 changed files with 98 additions and 32 deletions

View File

@@ -13,6 +13,7 @@ lazy_static = "1"
pairing = { path = "../pairing" }
rand = "0.4"
sapling-crypto = { path = "../sapling-crypto" }
sha2 = "0.8"
[dependencies.blake2-rfc]
git = "https://github.com/gtank/blake2-rfc"