diff --git a/src/ffi.rs b/src/ffi.rs index 9ea63b3..ae5ce48 100644 --- a/src/ffi.rs +++ b/src/ffi.rs @@ -67,7 +67,7 @@ fn to_err_code(result: Result>) -> i32 { } #[no_mangle] -pub unsafe extern "C" fn circom_config_duplicate( +pub unsafe extern "C" fn duplicate_circom_config( orig_cfg_ptr: *mut CircomBn254Cfg, cfg_ptr: &mut *mut CircomBn254Cfg, ) -> i32 {