From 615a4e05050787d58b2a71e854700eefffbb1826 Mon Sep 17 00:00:00 2001 From: Daira Hopwood Date: Wed, 12 May 2021 10:28:34 +0100 Subject: [PATCH] ZIP 316: formatting of quoted ASCII strings. Signed-off-by: Daira Hopwood --- zip-0316.html | 4 ++-- zip-0316.rst | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/zip-0316.html b/zip-0316.html index 31351d9f..6a9cad41 100644 --- a/zip-0316.html +++ b/zip-0316.html @@ -317,7 +317,7 @@ c^{n+m}}{q}\)

We instantiate \(H_i(u)\) by - \(\mathsf{BLAKE2b‐}(8\ell_L)(“\mathtt{UA\_F4Jumble\_H\_}” \,||\,\) + \(\mathsf{BLAKE2b‐}(8\ell_L)(\texttt{“UA_F4Jumble_H_”} \,||\,\) \([i, 0], u)\) .

We instantiate @@ -325,7 +325,7 @@ c^{n+m}}{q}\) as the first \(\ell_R\) bytes of the concatenation of - \([\mathsf{BLAKE2b‐}512(“\mathtt{UA\_F4Jumble\_G\_}” \,||\,\) + \([\mathsf{BLAKE2b‐}512(\texttt{“UA_F4Jumble_G_”} \,||\,\) \([i, j], u) \text{ for } j \text{ from } 0 \text{ up to}\) \(\mathsf{ceiling}(\ell_R/\ell_H)-1]\) .

diff --git a/zip-0316.rst b/zip-0316.rst index 643fc95c..e375a397 100644 --- a/zip-0316.rst +++ b/zip-0316.rst @@ -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]`.