mirror of https://github.com/vacp2p/zerokit.git
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…
Reference in New Issue