| author | |
| committer | |
| log | 464537db62e1d4ca6bc1357135b0f6c451e48c17 |
| tree | 46fb69e7db654e144ed645132207f15be040f632 |
| parent | bd7b2cc4b49127474a028e6726fce33c5db3df12 |
| signature |
1 files changed, 1 insertions(+), 1 deletions(-)
lib/std/crypto/ff.zig+1-1| ... | ... | @@ -305,7 +305,7 @@ fn Fe_(comptime bits: comptime_int) type { |
| 305 | 305 | /// The element value as a `Uint`. |
| 306 | 306 | v: FeUint, |
| 307 | 307 | |
| 308 | /// `true` is the element is in Montgomery form. | |
| 308 | /// `true` if the element is in Montgomery form. | |
| 309 | 309 | montgomery: bool = false, |
| 310 | 310 | |
| 311 | 311 | /// The maximum number of bytes required to encode a field element. |