Skip to content

Commit

Permalink
Fix typo ENDCODE -> ENCODE
Browse files Browse the repository at this point in the history
  • Loading branch information
tuokri committed Aug 13, 2024
1 parent 4bb1a9c commit 6b46aa2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Classes/FCryptoEC_Prime.uc
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ struct Jacobian
`define MMUL(d, a, b) (0x3000 + ((`d) << 8) + ((`a) << 4) + (`b))
`define MINV(d, a, b) (0x4000 + ((`d) << 8) + ((`a) << 4) + (`b))
`define MTZ(d) (0x5000 + ((`d) << 8))
`define ENDCODE 0
`define ENCODE 0

/*
* Registers for the input operands.
Expand Down Expand Up @@ -757,7 +757,7 @@ DefaultProperties
8592,
8592,

`ENDCODE
`ENCODE
)}

CodeAdd={(
Expand Down

0 comments on commit 6b46aa2

Please sign in to comment.