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

Commit ad41180

Browse files
committed
bindings.js: remove TODO
1 parent 636361e commit ad41180

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
@@ -2551,7 +2551,6 @@ var caml_fp_lookup_commitments_of_rust = function (wasm_lc) {
25512551
var a = js_class_vector_of_rust_vector(v, plonk_wasm.WasmFpPolyComm);
25522552
var res = [0];
25532553
for (var i = 0; i < a.length; ++i) {
2554-
// TODO Check this. Could be off by 1
25552554
res.push(caml_vesta_poly_comm_of_rust(a[i]));
25562555
}
25572556
return res;
@@ -2877,7 +2876,6 @@ var caml_fq_lookup_commitments_of_rust = function (wasm_lc) {
28772876
var a = js_class_vector_of_rust_vector(v, plonk_wasm.WasmFqPolyComm);
28782877
var res = [0];
28792878
for (var i = 0; i < a.length; ++i) {
2880-
// TODO Check this. Could be off by 1
28812879
res.push(caml_pallas_poly_comm_of_rust(a[i]));
28822880
}
28832881
return res;

0 commit comments

Comments
 (0)