We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab25058 commit 780354fCopy full SHA for 780354f
4 files changed
crates/batcher/src/ffi/circom_ffi.rs
@@ -6,4 +6,4 @@ extern "C" {
6
public_input: ListRef,
7
verification_key: ListRef,
8
) -> bool;
9
-}
+}
crates/batcher/src/ffi/gnark_ffi.rs
@@ -16,4 +16,4 @@ extern "C" {
16
17
18
19
crates/batcher/src/ffi/list_ref.rs
@@ -23,4 +23,4 @@ impl From<&[u8]> for ListRef {
23
let data = v.as_ptr().cast();
24
ListRef { data, len }
25
}
26
crates/batcher/src/ffi/mod.rs
@@ -1,3 +1,3 @@
1
mod list_ref;
2
pub mod circom_ffi;
3
-pub mod gnark_ffi;
+pub mod gnark_ffi;
0 commit comments