This commit is contained in:
Jaremy Creechley 2024-06-03 17:44:03 +01:00
parent d667f9ccb0
commit db8e4affde
No known key found for this signature in database
GPG Key ID: 4E66FB67B21D3300
2 changed files with 4 additions and 1 deletions

View File

@ -74,6 +74,9 @@ proc init_circom_config*(r1cs_path: pointer,
proc init_circom_compat*(cfg_ptr: ptr CircomBn254Cfg,
ctx_ptr: ptr ptr CircomCompatCtx): int32 {.importc: "init_circom_compat".}
proc duplicate_circom_config*(cfg_ptr: ptr CircomBn254Cfg,
ctx_ptr: ptr ptr CircomCompatCtx): int32 {.importc: "duplicate_circom_config".}
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".}

@ -1 +1 @@
Subproject commit ed6dfc60e7876a6bfb46b696f517048dc2dff704
Subproject commit bb8ef86fefabc15a3af778e49a0264a8ed745de2