Skip to content

Commit

Permalink
bump ffi
Browse files Browse the repository at this point in the history
  • Loading branch information
dryajov committed Jan 26, 2024
1 parent 85f433f commit 929066e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions circomcompatffi.nim
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ proc init_circom_compat*(cfg_ptr: ptr CircomBn254Cfg,

proc release_circom_compat*(ctx_ptr: ptr ptr CircomCompatCtx): void {.importc: "release_circom_compat".}

proc release_cfg*(cfg_ptr: ptr ptr CircomBn254Cfg): void {.importc: "release_cfg".}

proc release_proof*(proof_ptr: ptr ptr Proof): void {.importc: "release_proof".}

proc release_inputs*(inputs_ptr: ptr ptr Inputs): void {.importc: "release_inputs".}
Expand Down
2 changes: 1 addition & 1 deletion vendor/circom-compat-ffi
Submodule circom-compat-ffi updated 1 files
+25 −10 src/ffi.rs

0 comments on commit 929066e

Please sign in to comment.