Make zcash_primitives::JUBJUB the canonical instantiation of JubjubBls12

This commit is contained in:
Jack Grigg
2018-09-14 09:00:27 +01:00
parent 6b43b2d0d6
commit 09a20aacfe
5 changed files with 8 additions and 19 deletions

2
Cargo.lock generated
View File

@@ -466,9 +466,9 @@ dependencies = [
"byteorder 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
"ff 0.4.0",
"fpe 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"lazy_static 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"pairing 0.14.2",
"sapling-crypto 0.0.1",
"zcash_primitives 0.0.0",
]
[metadata]