Skip to content

Commit 6b46aa2

Browse files
committed
Fix typo ENDCODE -> ENCODE
1 parent 4bb1a9c commit 6b46aa2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Classes/FCryptoEC_Prime.uc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ struct Jacobian
102102
`define MMUL(d, a, b) (0x3000 + ((`d) << 8) + ((`a) << 4) + (`b))
103103
`define MINV(d, a, b) (0x4000 + ((`d) << 8) + ((`a) << 4) + (`b))
104104
`define MTZ(d) (0x5000 + ((`d) << 8))
105-
`define ENDCODE 0
105+
`define ENCODE 0
106106

107107
/*
108108
* Registers for the input operands.
@@ -757,7 +757,7 @@ DefaultProperties
757757
8592,
758758
8592,
759759

760-
`ENDCODE
760+
`ENCODE
761761
)}
762762

763763
CodeAdd={(

0 commit comments

Comments
 (0)