Skip to content

Commit 9eab577

Browse files
committed
Merge branch 'florian/napi-prover-index' into native/napi-srs
2 parents 0ea8175 + 383e94a commit 9eab577

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

src/lib/crypto/kimchi_bindings/js/dune

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
native/native-overrides/circuit.js
1919
native/native-overrides/gate-vector.js
2020
native/native-overrides/oracles.js
21-
native/native-overrides/circuit.js
2221
native/native-overrides/prover-index.js
2322
native/native-overrides/srs.js
2423
native/native-overrides/util.js))

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ var plonk_wasm = (function() {
5454
"caml_pasta_fq_plonk_index_decode",
5555
"caml_pasta_fp_plonk_index_encode",
5656
"caml_pasta_fq_plonk_index_encode",
57-
"caml_pasta_fq_plonk_index_read",
5857
"caml_pasta_fp_plonk_index_read",
58+
"caml_pasta_fq_plonk_index_read",
5959
"caml_fp_srs_from_bytes",
6060
"caml_fq_srs_from_bytes",
6161
"WasmFpSrs",
@@ -103,6 +103,5 @@ var plonk_wasm = (function() {
103103
process.exit(1);
104104
}
105105
}
106-
107106
return wasm
108107
})()

src/lib/crypto/proof-systems

0 commit comments

Comments
 (0)