mirror of
https://github.com/logos-storage/circom-compat-ffi.git
synced 2026-06-07 17:09:30 +00:00
make test match upstream
This commit is contained in:
parent
ea1acedf4e
commit
39f4f68433
@ -341,7 +341,7 @@ mod test {
|
|||||||
push_input_numeric_i8(ctx_ptr, a.as_ptr(), 3);
|
push_input_numeric_i8(ctx_ptr, a.as_ptr(), 3);
|
||||||
|
|
||||||
let b = CString::new("b".as_bytes()).unwrap();
|
let b = CString::new("b".as_bytes()).unwrap();
|
||||||
push_input_numeric_i8(ctx_ptr, b.as_ptr(), 3);
|
push_input_numeric_i8(ctx_ptr, b.as_ptr(), 11);
|
||||||
|
|
||||||
let mut proof_bytes_ptr: *mut Buffer = std::ptr::null_mut();
|
let mut proof_bytes_ptr: *mut Buffer = std::ptr::null_mut();
|
||||||
let mut inputs_bytes_ptr: *mut Buffer = std::ptr::null_mut();
|
let mut inputs_bytes_ptr: *mut Buffer = std::ptr::null_mut();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user