Skip to content

Commit

Permalink
Pickles/scalar_challenge: remove old comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dannywillems committed Dec 16, 2024
1 parent a30166c commit 5efc37f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/lib/pickles/scalar_challenge.ml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,7 @@ let to_field_checked' (type f) ?(num_bits = num_bits)
let bits_msb =
lazy
(let open Field.Constant in
unpack !!scalar |> Fn.flip List.take num_bits |> Array.of_list_rev
(*
|> Array.of_list_rev_map ~f:(fun b -> if b then one else zero) *))
unpack !!scalar |> Fn.flip List.take num_bits |> Array.of_list_rev)
in
let nybbles_per_row = 8 in
let bits_per_row = 2 * nybbles_per_row in
Expand Down

0 comments on commit 5efc37f

Please sign in to comment.