| ... | @@ -305,7 +305,7 @@ fn Fe_(comptime bits: comptime_int) type { | ... | @@ -305,7 +305,7 @@ fn Fe_(comptime bits: comptime_int) type { |
| 305 | /// The element value as a `Uint`. | 305 | /// The element value as a `Uint`. |
| 306 | v: FeUint, | 306 | v: FeUint, |
| 307 | | 307 | |
| 308 | /// `true` is the element is in Montgomery form. | 308 | /// `true` if the element is in Montgomery form. |
| 309 | montgomery: bool = false, | 309 | montgomery: bool = false, |
| 310 | | 310 | |
| 311 | /// The maximum number of bytes required to encode a field element. | 311 | /// The maximum number of bytes required to encode a field element. |