update ffi with release_buffer
This commit is contained in:
parent
90cfd25bd3
commit
7b3d2870c7
|
@ -36,6 +36,8 @@ proc init_circom_compat*(r1cs_path: pointer,
|
|||
|
||||
proc release_circom_compat*(ctx_ptr: ptr ptr CircomCompatCtx): void {.importc: "release_circom_compat".}
|
||||
|
||||
proc release_buffer*(buff_ptr: ptr ptr Buffer): void {.importc: "release_buffer".}
|
||||
|
||||
## # Safety
|
||||
#
|
||||
proc push_input_u256_array*(ctx_ptr: ptr CircomCompatCtx,
|
||||
|
|
Loading…
Reference in New Issue