Skip to content

Commit

Permalink
Merge pull request #16425 from MinaProtocol/dw/remove-old-comment-pic…
Browse files Browse the repository at this point in the history
…kles-scalar-challenge

[trivial] Pickles/scalar_challenge: remove old comment
  • Loading branch information
dannywillems authored Dec 17, 2024
2 parents c217615 + 5efc37f commit 01e9983
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 01e9983

Please sign in to comment.