ZIP 316: minor clarification.

Signed-off-by: Daira Hopwood <daira@jacaranda.org>
This commit is contained in:
Daira Hopwood 2021-05-12 19:15:20 +01:00
parent 0cda82ce0f
commit 8e6b15e9e9
2 changed files with 3 additions and 3 deletions

View File

@ -292,11 +292,11 @@ c^{n+m}}{q}\)</span>
<span class="math">\(a\)</span>
of length
<span class="math">\(\ell_L\)</span>
and
bytes and
<span class="math">\(b\)</span>
of length
<span class="math">\(\ell_R\)</span>
</li>
bytes</li>
<li>let
<span class="math">\(x = b \oplus G_0(a)\)</span>
</li>

View File

@ -454,7 +454,7 @@ by:
* let :math:`\ell_L = \mathsf{min}(\ell_H, \mathsf{floor}(\ell_M/2))`
* let :math:`\ell_R = \ell_M - \ell_L`
* split :math:`M` into :math:`a` of length :math:`\ell_L` and :math:`b` of length :math:`\ell_R`
* split :math:`M` into :math:`a` of length :math:`\ell_L` bytes and :math:`b` of length :math:`\ell_R` bytes
* let :math:`x = b \oplus G_0(a)`
* let :math:`y = a \oplus H_0(x)`
* let :math:`d = x \oplus G_1(y)`