We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdd7af3 commit fe50080Copy full SHA for fe50080
plonk-napi/src/lib.rs
@@ -1,13 +1,13 @@
1
pub(crate) mod gate_vector;
2
pub(crate) mod poly_comm;
3
pub(crate) mod poseidon;
4
-pub(crate) mod srs;
+//pub(crate) mod srs;
5
pub(crate) mod wasm_vector;
6
pub(crate) mod wrappers;
7
8
pub use poseidon::{caml_pasta_fp_poseidon_block_cipher, caml_pasta_fq_poseidon_block_cipher};
9
10
pub use poly_comm::{pallas::WasmFqPolyComm, vesta::WasmFpPolyComm};
11
-pub use srs::{fp::WasmFpSrs, fq::WasmFqSrs};
+//pub use srs::{fp::WasmFpSrs, fq::WasmFqSrs};
12
pub use wasm_vector::{fp::WasmVecVecFp, fq::WasmVecVecFq};
13
pub use wrappers::group::{WasmGPallas, WasmGVesta};
0 commit comments