Skip to content
This repository was archived by the owner on Apr 25, 2025. It is now read-only.

Commit 1acf7f4

Browse files
committed
bindings.js: remove TODO
1 parent ada16a5 commit 1acf7f4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

kimchi/js/bindings.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2242,7 +2242,6 @@ var caml_fp_lookup_commitments_of_rust = function (wasm_lc) {
22422242
var a = js_class_vector_of_rust_vector(v, plonk_wasm.WasmFpPolyComm);
22432243
var res = [0];
22442244
for (var i = 0; i < a.length; ++i) {
2245-
// TODO Check this. Could be off by 1
22462245
res.push(caml_vesta_poly_comm_of_rust(a[i]));
22472246
}
22482247
return res;
@@ -2568,7 +2567,6 @@ var caml_fq_lookup_commitments_of_rust = function (wasm_lc) {
25682567
var a = js_class_vector_of_rust_vector(v, plonk_wasm.WasmFqPolyComm);
25692568
var res = [0];
25702569
for (var i = 0; i < a.length; ++i) {
2571-
// TODO Check this. Could be off by 1
25722570
res.push(caml_pallas_poly_comm_of_rust(a[i]));
25732571
}
25742572
return res;

0 commit comments

Comments
 (0)