ZIP 221: cosmetics.

Signed-off-by: Daira Hopwood <daira@jacaranda.org>
This commit is contained in:
Daira Hopwood 2021-03-31 13:40:26 +01:00
parent c9f9d0b36b
commit 1bed047c0e
2 changed files with 8 additions and 8 deletions

View File

@ -25,15 +25,15 @@ License: MIT</pre>
<dd>A client that is not a full participant in the network of Zcash peers. It can send and receive payments, but does not store or validate a copy of the block chain.</dd>
<dt><em>High probability</em></dt>
<dd>An event occurs with high probability if it occurs with probability
<span class="math">\(1-O(1/2^λ)\)</span>
<span class="math">\(1-O(1/2^\lambda)\)</span>
, where
<span class="math">\(λ\)</span>
<span class="math">\(\lambda\)</span>
is a security parameter.</dd>
<dt><em>Negligible probability</em></dt>
<dd>An event occurs with negligible probability if it occurs with probability
<span class="math">\(O(1/2^λ)\)</span>
<span class="math">\(O(1/2^\lambda)\)</span>
, where
<span class="math">\(λ\)</span>
<span class="math">\(\lambda\)</span>
is the security parameter.</dd>
<dt><em>Merkle mountain range (MMR)</em></dt>
<dd>A Merkle mountain range (MMR) is a binary hash tree that allows for efficient appends of new leaves without changing the value of existing nodes.</dd>

View File

@ -25,12 +25,12 @@ interpreted as described in ZIP 200. [#zip-0200]_
receive payments, but does not store or validate a copy of the block chain.
*High probability*
An event occurs with high probability if it occurs with probability :math:`1-O(1/2^λ)`,
where :math:`λ` is a security parameter.
An event occurs with high probability if it occurs with probability :math:`1-O(1/2^\lambda)`,
where :math:`\lambda` is a security parameter.
*Negligible probability*
An event occurs with negligible probability if it occurs with probability :math:`O(1/2^λ)`,
where :math:`λ` is the security parameter.
An event occurs with negligible probability if it occurs with probability :math:`O(1/2^\lambda)`,
where :math:`\lambda` is the security parameter.
*Merkle mountain range (MMR)*
A Merkle mountain range (MMR) is a binary hash tree that allows for efficient appends of