Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typos #1860

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix
  • Loading branch information
atrieu committed Apr 12, 2024
commit 107271d3e405f1ee5de5a15d4377b76cb0a1d17c
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
Loading