diff --git a/zip-0032.rst b/zip-0032.rst index 7ddb240a5..5db64af70 100644 --- a/zip-0032.rst +++ b/zip-0032.rst @@ -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. @@ -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. @@ -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. @@ -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. @@ -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.