Skip to content

Commit 215ff7d

Browse files
committed
napi: wrapper for group types
1 parent 9c9bc58 commit 215ff7d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

plonk-napi/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ pub use poseidon::{
77
};
88

99
pub use wrappers::field::{WasmPastaFp, WasmPastaFq};
10+
pub use wrappers::group::{WasmGPallas, WasmGVesta};

plonk-napi/src/wrappers/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
pub(crate) mod field;
2+
pub(crate) mod group;

0 commit comments

Comments
 (0)