From 3e884f957995fde1ae34829f0de0955009c1149f Mon Sep 17 00:00:00 2001 From: Daira Hopwood Date: Thu, 5 Jul 2018 17:02:54 +0100 Subject: [PATCH] Fix formatting. Signed-off-by: Daira Hopwood --- zip-0032.rst | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/zip-0032.rst b/zip-0032.rst index eb6e7976..7ddb240a 100644 --- a/zip-0032.rst +++ b/zip-0032.rst @@ -317,9 +317,9 @@ 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:: +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. @@ -331,9 +331,9 @@ 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:: +[#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. @@ -355,9 +355,9 @@ Sapling extended spending keys A Sapling extended spending key (*ask*, *nsk*, *ovk*, *dk*, *c*), at depth *depth*, with parent full viewing key tag *parent_fvk_tag* and child number *i*, is -represented as a byte sequence:: +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. @@ -367,9 +367,9 @@ Sapling extended full viewing keys A Sapling extended full viewing key (*ak*, *nk*, *ovk*, *dk*, *c*), at depth *depth*, with parent full viewing key tag *parent_fvk_tag* and child number *i*, is -represented as a byte sequence:: +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. @@ -379,9 +379,9 @@ Sprout extended spending keys 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:: +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.