Put human-readable parts in monospace.

Signed-off-by: Daira Hopwood <daira@jacaranda.org>
This commit is contained in:
Daira Hopwood 2018-07-05 17:00:52 +01:00
parent 0fc7c704a7
commit 52eac8c2c1
1 changed files with 7 additions and 6 deletions

View File

@ -359,8 +359,8 @@ represented as a byte sequence::
I2LEOSP\ :sub:`8`\ (*depth*) || *parent_fvk_tag* || I2LEOSP\ :sub:`32`\ (*i*) || *c* || *ask* || *nsk* || *ovk* || *dk*
When encoded as Bech32, the Human-Readable Part is "secret-extended-key-main"
for the production network, or "secret-extended-key-main" for the test network.
When encoded as Bech32, the Human-Readable Part is ``secret-extended-key-main``
for the production network, or ``secret-extended-key-main`` for the test network.
Sapling extended full viewing keys
----------------------------------
@ -371,8 +371,8 @@ represented as a byte sequence::
I2LEOSP\ :sub:`8`\ (*depth*) || *parent_fvk_tag* || I2LEOSP\ :sub:`32`\ (*i*) || *c* || *ak* || *nk* || *ovk* || *dk*
When encoded as Bech32, the Human-Readable Part is "zxviews" for the production
network, or "zxviewtestsapling" for the test network.
When encoded as Bech32, the Human-Readable Part is ``zxviews`` for the production
network, or ``zxviewtestsapling`` for the test network.
Sprout extended spending keys
-----------------------------
@ -386,8 +386,8 @@ byte sequence::
where *ASK* is the raw encoding of the spending key *a*\ :sub:`sk` as specified in
[#sapling-spec]_ section 5.6.8, including the lead bytes.
When encoded as Bech32, the Human-Readable Part is "zxsprout" for the production
network, or "zxtestsprout" for the test network. Sprout extended spending keys
When encoded as Bech32, the Human-Readable Part is ``zxsprout`` for the production
network, or ``zxtestsprout`` for the test network. Sprout extended spending keys
are encoded using Bech32 even though other Sprout keys and addresses are encoded
using Base58Check.
@ -414,6 +414,7 @@ References
.. [#bip-0044] `BIP 44: Multi-Account Hierarchy for Deterministic Wallets <https://github.com/bitcoin/bips/blob/master/bip-0044.mediawiki>`_
.. [#slip-0044] `SLIP 44: Registered coin types for BIP-0044 <https://github.com/satoshilabs/slips/blob/master/slip-0044.md>`_
.. [#bip-0173] `BIP 173: Base32 address format for native v0-16 witness outputs <https://github.com/bitcoin/bips/blob/master/bip-0173.mediawiki>`_
.. [#zip-0173] `ZIP 173: Bech32 Format <https://github.com/zcash/zips/blob/master/zip-0173.md>`_
.. [#sapling-spec] `Zcash Protocol Specification, Version 2018.0-beta-21 or later [Overwinter+Sapling] <https://github.com/zcash/zips/blob/master/protocol/sapling.pdf>`_
.. [#sapling-key-components] `Section 4.2.2: Sapling Key Components. Zcash Protocol Specification, Version 2018.0-beta-21 or later [Overwinter+Sapling] <https://github.com/zcash/zips/blob/master/protocol/sapling.pdf>`_
.. [#NIST-SP-800-38G] `NIST Special Publication 800-38G -- Recommendation for Block Cipher Modes of Operation: Methods for Format-Preserving Encryption <https://dx.doi.org/10.6028/NIST.SP.800-38G>`_