ZIP 316: formatting of quoted ASCII strings.

Signed-off-by: Daira Hopwood <daira@jacaranda.org>
This commit is contained in:
Daira Hopwood 2021-05-12 10:28:34 +01:00
parent e9430c3752
commit 615a4e0505
2 changed files with 4 additions and 4 deletions

View File

@ -317,7 +317,7 @@ c^{n+m}}{q}\)</span>
<p>We instantiate
<span class="math">\(H_i(u)\)</span>
by
<span class="math">\(\mathsf{BLAKE2b}(8\ell_L)(“\mathtt{UA\_F4Jumble\_H\_}” \,||\,\)</span>
<span class="math">\(\mathsf{BLAKE2b}(8\ell_L)(\texttt{“UA_F4Jumble_H_”} \,||\,\)</span>
<span class="math">\([i, 0], u)\)</span>
.</p>
<p>We instantiate
@ -325,7 +325,7 @@ c^{n+m}}{q}\)</span>
as the first
<span class="math">\(\ell_R\)</span>
bytes of the concatenation of
<span class="math">\([\mathsf{BLAKE2b}512(“\mathtt{UA\_F4Jumble\_G\_}” \,||\,\)</span>
<span class="math">\([\mathsf{BLAKE2b}512(\texttt{“UA_F4Jumble_G_”} \,||\,\)</span>
<span class="math">\([i, j], u) \text{ for } j \text{ from } 0 \text{ up to}\)</span>
<span class="math">\(\mathsf{ceiling}(\ell_R/\ell_H)-1]\)</span>
.</p>

View File

@ -464,12 +464,12 @@ by:
The first argument to BLAKE2b below is the personalization.
We instantiate :math:`H_i(u)` by
:math:`\mathsf{BLAKE2b}(8\ell_L)(“\mathtt{UA\_F4Jumble\_H\_}” \,||\,`
:math:`\mathsf{BLAKE2b}(8\ell_L)(\texttt{“UA_F4Jumble_H_”} \,||\,`
:math:`[i, 0], u)`.
We instantiate :math:`G_i(u)` as the first :math:`\ell_R` bytes of the
concatenation of
:math:`[\mathsf{BLAKE2b}512(“\mathtt{UA\_F4Jumble\_G\_}” \,||\,`
:math:`[\mathsf{BLAKE2b}512(\texttt{“UA_F4Jumble_G_”} \,||\,`
:math:`[i, j], u) \text{ for } j \text{ from } 0 \text{ up to}`
:math:`\mathsf{ceiling}(\ell_R/\ell_H)-1]`.