mirror of
https://github.com/logos-storage/nim-circom-compat.git
synced 2026-01-02 13:43:13 +00:00
update ffi with release_buffer
This commit is contained in:
parent
2ec081f127
commit
05a7531cc5
@ -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…
x
Reference in New Issue
Block a user