ZIP 221: more cosmetics.

Signed-off-by: Daira Hopwood <daira@jacaranda.org>
This commit is contained in:
Daira Hopwood 2020-03-10 16:54:14 +00:00
parent 053e86f87f
commit 9aa520bbb3
2 changed files with 14 additions and 6 deletions

View File

@ -24,9 +24,17 @@ License: MIT</pre>
<dt><em>Light client</em></dt>
<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 1-O(1/2^λ), where λ is a security parameter.</dd>
<dd>An event occurs with high probability if it occurs with probability
<span class="math">\(1-O(1/2^λ)\)</span>
, where
<span class="math">\(λ\)</span>
is a security parameter.</dd>
<dt><em>Negligible probability</em></dt>
<dd>An event occurs with negligible probability if it occurs with probability O(1/2^λ), where λ is the security parameter.</dd>
<dd>An event occurs with negligible probability if it occurs with probability
<span class="math">\(O(1/2^λ)\)</span>
, where
<span class="math">\(λ\)</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>
</dl>

View File

@ -25,12 +25,12 @@ 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 1-O(1/2^λ), where λ
is a security parameter.
An event occurs with high probability if it occurs with probability :math:`1-O(1/2^λ)`,
where :math:`λ` is a security parameter.
*Negligible probability*
An event occurs with negligible probability if it occurs with probability O(1/2^λ),
where λ is the security parameter.
An event occurs with negligible probability if it occurs with probability :math:`O(1/2^λ)`,
where :math:`λ` is the security parameter.
*Merkle mountain range (MMR)*
A Merkle mountain range (MMR) is a binary hash tree that allows for efficient appends of