Skip to content

Commit fe50080

Browse files
committed
a
1 parent cdd7af3 commit fe50080

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plonk-napi/src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
pub(crate) mod gate_vector;
22
pub(crate) mod poly_comm;
33
pub(crate) mod poseidon;
4-
pub(crate) mod srs;
4+
//pub(crate) mod srs;
55
pub(crate) mod wasm_vector;
66
pub(crate) mod wrappers;
77

88
pub use poseidon::{caml_pasta_fp_poseidon_block_cipher, caml_pasta_fq_poseidon_block_cipher};
99

1010
pub use poly_comm::{pallas::WasmFqPolyComm, vesta::WasmFpPolyComm};
11-
pub use srs::{fp::WasmFpSrs, fq::WasmFqSrs};
11+
//pub use srs::{fp::WasmFpSrs, fq::WasmFqSrs};
1212
pub use wasm_vector::{fp::WasmVecVecFp, fq::WasmVecVecFq};
1313
pub use wrappers::group::{WasmGPallas, WasmGVesta};

0 commit comments

Comments
 (0)