Skip to content

Commit

Permalink
std.crypto.ff: fix typo in montgomery boolean documentation (ziglan…
Browse files Browse the repository at this point in the history
  • Loading branch information
eightfilms committed Jul 14, 2024
1 parent bd7b2cc commit 464537d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/std/crypto/ff.zig
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ fn Fe_(comptime bits: comptime_int) type {
/// The element value as a `Uint`.
v: FeUint,

/// `true` is the element is in Montgomery form.
/// `true` if the element is in Montgomery form.
montgomery: bool = false,

/// The maximum number of bytes required to encode a field element.
Expand Down

0 comments on commit 464537d

Please sign in to comment.