Move Sapling verification checks into zcash_proofs crate

This commit is contained in:
Jack Grigg
2018-08-14 20:33:04 +01:00
parent eb2db2e667
commit e1841806c5
7 changed files with 285 additions and 190 deletions

View File

@@ -1,7 +1,5 @@
#[cfg(test)]
mod tests {
#[test]
fn it_works() {
assert_eq!(2 + 2, 4);
}
}
extern crate bellman;
extern crate pairing;
extern crate sapling_crypto;
pub mod sapling;