Skip to content

Commit

Permalink
fix (#1860)
Browse files Browse the repository at this point in the history
Co-authored-by: Alix Trieu <alix@trieu.dev>
  • Loading branch information
atrieu and Alix Trieu authored Apr 12, 2024
1 parent 87a972c commit 3d91646
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Bedrock/Field/Synthesis/New/WordByWordMontgomery.v
Original file line number Diff line number Diff line change
Expand Up @@ -767,9 +767,9 @@ Definition field_parameters_prefixed
(prefix ++ "inv")
(prefix ++ "from_bytes")
(prefix ++ "to_bytes")
(prefix ++ "felem_copy")
(prefix ++ "small_literal")
(prefix ++ "select_znz")
(prefix ++ "felem_copy")
(prefix ++ "from_word")
.


Expand Down

0 comments on commit 3d91646

Please sign in to comment.