Skip to content

Commit 3d91646

Browse files
authored
fix (#1860)
Co-authored-by: Alix Trieu <[email protected]>
1 parent 87a972c commit 3d91646

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Bedrock/Field/Synthesis/New/WordByWordMontgomery.v

+2-2
Original file line numberDiff line numberDiff line change
@@ -767,9 +767,9 @@ Definition field_parameters_prefixed
767767
(prefix ++ "inv")
768768
(prefix ++ "from_bytes")
769769
(prefix ++ "to_bytes")
770-
(prefix ++ "felem_copy")
771-
(prefix ++ "small_literal")
772770
(prefix ++ "select_znz")
771+
(prefix ++ "felem_copy")
772+
(prefix ++ "from_word")
773773
.
774774

775775

0 commit comments

Comments
 (0)