Skip to content

Commit f77e333

Browse files
committed
napi: impls for wasm vectors
1 parent 215ff7d commit f77e333

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

plonk-napi/src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
pub(crate) mod poseidon;
22
pub(crate) mod wrappers;
3+
pub(crate) mod wasm_vector;
34

45
pub use poseidon::{
56
caml_pasta_fp_poseidon_block_cipher,
@@ -8,3 +9,4 @@ pub use poseidon::{
89

910
pub use wrappers::field::{WasmPastaFp, WasmPastaFq};
1011
pub use wrappers::group::{WasmGPallas, WasmGVesta};
12+
pub use wasm_vector::{fp::WasmVecVecFp, fq::WasmVecVecFq};

0 commit comments

Comments
 (0)