mirror of
https://github.com/logos-storage/circom-compat-ffi.git
synced 2026-01-07 15:23:10 +00:00
rename
This commit is contained in:
parent
ed6dfc60e7
commit
bb8ef86fef
@ -67,7 +67,7 @@ fn to_err_code(result: Result<i32, Box<dyn Any + Send>>) -> i32 {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#[no_mangle]
|
#[no_mangle]
|
||||||
pub unsafe extern "C" fn circom_config_duplicate(
|
pub unsafe extern "C" fn duplicate_circom_config(
|
||||||
orig_cfg_ptr: *mut CircomBn254Cfg,
|
orig_cfg_ptr: *mut CircomBn254Cfg,
|
||||||
cfg_ptr: &mut *mut CircomBn254Cfg,
|
cfg_ptr: &mut *mut CircomBn254Cfg,
|
||||||
) -> i32 {
|
) -> i32 {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user