This commit is contained in:
Jaremy Creechley 2024-06-03 17:43:35 +01:00
parent ed6dfc60e7
commit bb8ef86fef
No known key found for this signature in database
GPG Key ID: 4E66FB67B21D3300
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ fn to_err_code(result: Result<i32, Box<dyn Any + Send>>) -> 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 {