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 215ff7d commit f77e333Copy full SHA for f77e333
plonk-napi/src/lib.rs
@@ -1,5 +1,6 @@
1
pub(crate) mod poseidon;
2
pub(crate) mod wrappers;
3
+pub(crate) mod wasm_vector;
4
5
pub use poseidon::{
6
caml_pasta_fp_poseidon_block_cipher,
@@ -8,3 +9,4 @@ pub use poseidon::{
8
9
10
pub use wrappers::field::{WasmPastaFp, WasmPastaFq};
11
pub use wrappers::group::{WasmGPallas, WasmGVesta};
12
+pub use wasm_vector::{fp::WasmVecVecFp, fq::WasmVecVecFq};
0 commit comments