mirror of
https://github.com/ziglang/zig.git
synced 2026-02-15 22:09:49 +00:00
std.crypto.ff: fix typo in montgomery boolean documentation (#20624)
This commit is contained in:
parent
bd7b2cc4b4
commit
464537db62
@ -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.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user