authorgravatar for eightfilms@keemail.mebing <eightfilms@keemail.me> 2024-07-14 21:34:02+08:00
committergravatar for noreply@github.comGitHub <noreply@github.com> 2024-07-14 15:34:02+02:00
log464537db62e1d4ca6bc1357135b0f6c451e48c17
tree46fb69e7db654e144ed645132207f15be040f632
parentbd7b2cc4b49127474a028e6726fce33c5db3df12
signaturebadge-check Signed by PGP key B5690EEEBB952194

std.crypto.ff: fix typo in `montgomery` boolean documentation (#20624)


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,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,
307307
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,
310310
311 /// The maximum number of bytes required to encode a field element.311 /// The maximum number of bytes required to encode a field element.