This commit is contained in:
kilic
2020-06-13 22:45:07 +03:00
parent 2c423008b4
commit a188f747af
8 changed files with 1358 additions and 1238 deletions

View File

@@ -5,6 +5,11 @@ fn main() {
test_keys::export::<Bn256>(merkle_depth);
}
#[cfg(target_arch = "wasm32")]
fn main() {
panic!("should not be run in wasm");
}
#[cfg(not(target_arch = "wasm32"))]
mod test_keys {
use sapling_crypto::bellman::pairing::Engine;