This is an automated email from the ASF dual-hosted git repository.
git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/tooling-docs.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 33316f4 Automatic Site Publish by Buildbot
33316f4 is described below
commit 33316f45103b2f2e45470f47529f31e1d304058a
Author: buildbot <[email protected]>
AuthorDate: Tue Apr 7 18:18:27 2026 +0000
Automatic Site Publish by Buildbot
---
output/_pagefind/index/en_028b34f.pf_index | Bin 41381 -> 0 bytes
output/_pagefind/index/en_7478c03.pf_index | Bin 9585 -> 0 bytes
output/_pagefind/index/en_766025e.pf_index | Bin 0 -> 41353 bytes
output/_pagefind/index/en_7cfa138.pf_index | Bin 0 -> 9585 bytes
output/_pagefind/pagefind-entry.json | 2 +-
output/_pagefind/pagefind.en_811bf7e9b4.pf_meta | Bin 0 -> 214 bytes
output/_pagefind/pagefind.en_cde7d69539.pf_meta | Bin 217 -> 0 bytes
output/noisy-secrets.html | 4 +++-
8 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/output/_pagefind/index/en_028b34f.pf_index
b/output/_pagefind/index/en_028b34f.pf_index
deleted file mode 100644
index 814c78e..0000000
Binary files a/output/_pagefind/index/en_028b34f.pf_index and /dev/null differ
diff --git a/output/_pagefind/index/en_7478c03.pf_index
b/output/_pagefind/index/en_7478c03.pf_index
deleted file mode 100644
index 4c2ef40..0000000
Binary files a/output/_pagefind/index/en_7478c03.pf_index and /dev/null differ
diff --git a/output/_pagefind/index/en_766025e.pf_index
b/output/_pagefind/index/en_766025e.pf_index
new file mode 100644
index 0000000..547740e
Binary files /dev/null and b/output/_pagefind/index/en_766025e.pf_index differ
diff --git a/output/_pagefind/index/en_7cfa138.pf_index
b/output/_pagefind/index/en_7cfa138.pf_index
new file mode 100644
index 0000000..cdf5056
Binary files /dev/null and b/output/_pagefind/index/en_7cfa138.pf_index differ
diff --git a/output/_pagefind/pagefind-entry.json
b/output/_pagefind/pagefind-entry.json
index aadd6b5..313aa02 100644
--- a/output/_pagefind/pagefind-entry.json
+++ b/output/_pagefind/pagefind-entry.json
@@ -1 +1 @@
-{"version":"1.0.4","languages":{"en":{"hash":"en_cde7d69539","wasm":"en","page_count":14}}}
\ No newline at end of file
+{"version":"1.0.4","languages":{"en":{"hash":"en_811bf7e9b4","wasm":"en","page_count":14}}}
\ No newline at end of file
diff --git a/output/_pagefind/pagefind.en_811bf7e9b4.pf_meta
b/output/_pagefind/pagefind.en_811bf7e9b4.pf_meta
new file mode 100644
index 0000000..d95fffa
Binary files /dev/null and b/output/_pagefind/pagefind.en_811bf7e9b4.pf_meta
differ
diff --git a/output/_pagefind/pagefind.en_cde7d69539.pf_meta
b/output/_pagefind/pagefind.en_cde7d69539.pf_meta
deleted file mode 100644
index 5133820..0000000
Binary files a/output/_pagefind/pagefind.en_cde7d69539.pf_meta and /dev/null
differ
diff --git a/output/noisy-secrets.html b/output/noisy-secrets.html
index ec9ecae..dcf52c4 100644
--- a/output/noisy-secrets.html
+++ b/output/noisy-secrets.html
@@ -348,7 +348,9 @@ t = 4 parity length (n - k)
<h3>8.5. Checksum Limitations</h3>
<p>Checksum validation is not sufficient authentication. See Section 8.6 for
details.</p>
<p>The kind of checksum used in Noisy Secrets guarantees detection of any
error affecting at most 4 characters within its input message, but the
distribution of characters within the Noisy Secret to the input message is a
specification detail that may not be obvious to users.</p>
-<p>Each of the two Checksum Tags is constructed over separate Reed-Solomon
messages of length 32. The Even Message Tag contains characters from
even-indexed positions (0, 2, ..., 30) of the Padded Namespace Tag and Payload
String, and the Odd Message Tag contains characters from odd-indexed positions
(1, 3, ..., 31), as specified in Section 5.6. Consecutive characters in the
Namespace String or the Payload String therefore alternate between the two
independent Reed-Solomon messages. The [...]
+<p>Each of the two Checksum Tags is constructed over separate Reed-Solomon
messages of length 32. The Even Message Tag contains characters from
even-indexed positions (0, 2, ..., 30) of the Padded Namespace Tag and Payload
String, and the Odd Message Tag contains characters from odd-indexed positions
(1, 3, ..., 31), as specified in Section 5.6. Consecutive characters in the
Namespace String or the Payload String therefore alternate between the two
independent Reed-Solomon messages.
+The Interleaved Checksum similarly alternates its characters between the two
Reed-Solomon codewords. A burst of up to 8 consecutive substitution errors
confined to the Namespace String, to the Payload String, to the Interleaved
Checksum, or spanning the boundary between the Payload String and the
Interleaved Checksum, is guaranteed to be detected, because at most 4 errors
will be distributed to each codeword.
+More generally, any error pattern that produces at most 4 symbol errors in
each Reed-Solomon codeword is guaranteed to be detected by the checksums.
Errors affecting the Prefix, Pads, or the length of any component are always
detected by the validation algorithm independently of the checksums.</p>
<p>Errors that change the length of the Namespace or the length of the Payload
are always rejected by the validation algorithm.</p>
<p>Checksums are intended for validation. It is possible to repair errors in 2
characters per input message, but implementors MUST NOT repair errors in Noisy
Secrets being submitted as bearer credentials. Users MAY use a correct repair
algorithm on their own credentials if found to be corrupted, but SHOULD
investigate the cause of the corruption in case of, for example, malicious
manipulation of the value.</p>
<h3>8.6. Validation Considerations</h3>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]