Skip to content

Commit

Permalink
Another formatting improvement.
Browse files Browse the repository at this point in the history
Signed-off-by: Daira Hopwood <[email protected]>
  • Loading branch information
daira committed Jul 5, 2018
1 parent 591ef64 commit 30493b3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions zip-0032.rst
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ Sapling Full Viewing Key Fingerprints and Tags
A "Sapling full viewing key fingerprint" of a full viewing key with raw encoding *FVK* (as specified
in [#sapling-spec]_ section 5.6.7) is given by:

* BLAKE2b-256("ZcashSaplingFVFP", *FVK*)
BLAKE2b-256("ZcashSaplingFVFP", *FVK*)

It MAY be used to uniquely identify a particular Sapling full viewing key.

Expand All @@ -333,7 +333,7 @@ Sprout Address Fingerprints and Tags
A "Sprout address fingerprint" of a Sprout payment address with raw encoding *ADDR* (as specified in
[#sapling-spec]_ section 5.6.3, including the lead bytes) is given by:

* BLAKE2b-256("Zcash_Sprout_AFP", *ADDR*)
BLAKE2b-256("Zcash_Sprout_AFP", *ADDR*)

It MAY be used to uniquely identify a particular Sprout payment address.

Expand All @@ -357,7 +357,7 @@ A Sapling extended spending key (*ask*, *nsk*, *ovk*, *dk*, *c*), at depth *dept
with parent full viewing key tag *parent_fvk_tag* and child number *i*, is
represented as a byte sequence:

* I2LEOSP\ :sub:`8`\ (*depth*) || *parent_fvk_tag* || I2LEOSP\ :sub:`32`\ (*i*) || *c* || *ask* || *nsk* || *ovk* || *dk*
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.
Expand All @@ -369,7 +369,7 @@ A Sapling extended full viewing key (*ak*, *nk*, *ovk*, *dk*, *c*), at depth *de
with parent full viewing key tag *parent_fvk_tag* and child number *i*, is
represented as a byte sequence:

* I2LEOSP\ :sub:`8`\ (*depth*) || *parent_fvk_tag* || I2LEOSP\ :sub:`32`\ (*i*) || *c* || *ak* || *nk* || *ovk* || *dk*
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.
Expand All @@ -381,7 +381,7 @@ A Sprout extended spending key (*a*\ :sub:`sk`\ , *c*), at depth *depth*, with
parent address tag *parent_addr_tag* and child number *i*, is represented as a
byte sequence:

* I2LEOSP\ :sub:`8`\ (*depth*) || *parent_addr_tag* || I2LEOSP\ :sub:`32`\ (*i*) || *ASK* || *c*
I2LEOSP\ :sub:`8`\ (*depth*) || *parent_addr_tag* || I2LEOSP\ :sub:`32`\ (*i*) || *ASK* || *c*

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.
Expand Down

0 comments on commit 30493b3

Please sign in to comment.