We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bb1a9c commit 6b46aa2Copy full SHA for 6b46aa2
Classes/FCryptoEC_Prime.uc
@@ -102,7 +102,7 @@ struct Jacobian
102
`define MMUL(d, a, b) (0x3000 + ((`d) << 8) + ((`a) << 4) + (`b))
103
`define MINV(d, a, b) (0x4000 + ((`d) << 8) + ((`a) << 4) + (`b))
104
`define MTZ(d) (0x5000 + ((`d) << 8))
105
-`define ENDCODE 0
+`define ENCODE 0
106
107
/*
108
* Registers for the input operands.
@@ -757,7 +757,7 @@ DefaultProperties
757
8592,
758
759
760
- `ENDCODE
+ `ENCODE
761
)}
762
763
CodeAdd={(
0 commit comments