mirror of
https://github.com/vacp2p/zerokit.git
synced 2025-01-14 08:36:36 +00:00
FFI: new -> new_circuit
This commit is contained in:
parent
9507cf9fb8
commit
721f3b8fa9
@ -29,7 +29,7 @@ impl<'a> From<&Buffer> for &'a [u8] {
|
||||
}
|
||||
|
||||
#[no_mangle]
|
||||
pub extern "C" fn new(ctx: *mut *mut Multiplier) -> bool {
|
||||
pub extern "C" fn new_circuit(ctx: *mut *mut Multiplier) -> bool {
|
||||
println!("multiplier ffi: new");
|
||||
let mul = Multiplier::new();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user