Skip to content

Commit 4a26076

Browse files
committed
backend: add overrides for proof types
1 parent b68cc0f commit 4a26076

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/lib/crypto/kimchi_bindings/js/node_js/node_backend.js

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,16 @@ var plonk_wasm = (function() {
9393
"caml_pasta_fp_plonk_proof_verify",
9494
"caml_pasta_fq_plonk_proof_create",
9595
"caml_pasta_fq_plonk_proof_verify",
96+
"WasmFpOpeningProof",
97+
"WasmFqOpeningProof",
98+
"WasmFpLookupCommitments",
99+
"WasmFqLookupCommitments",
100+
"WasmFpProverProof",
101+
"WasmFqProverProof",
102+
"WasmFpProofEvaluations",
103+
"WasmFqProofEvaluations",
104+
"WasmFpProverCommitments",
105+
"WasmFqProverCommitments",
96106
];
97107

98108
overrides.forEach(function (override) {

0 commit comments

Comments
 (0)