mirror of
https://github.com/Rate-Limiting-Nullifier/rln_rs_bellman.git
synced 2026-01-09 15:18:10 -05:00
format
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user