diff --git a/zip-0032.rst b/zip-0032.rst index 0b579b6f..d644c273 100644 --- a/zip-0032.rst +++ b/zip-0032.rst @@ -62,8 +62,8 @@ advantages over random generation: from all future addresses. - Keys are arranged into a tree of chains, enabling wallets to represent "accounts" or other high-level structures. -- View authority or spend authority can be delegated independently for sub-trees without compromising the - master seed. +- Viewing authority or spending authority can be delegated independently for sub-trees without compromising + the master seed. At present, no such equivalent exists for Zcash's shielded addresses. This is of particular concern for hardware wallets; all currently-marketed devices only store a seed internally, and have trained their users @@ -401,9 +401,9 @@ hardened derivation: - :math:`purpose`: a constant set to :math:`32'` (or :math:`\texttt{0x80000020}`) following the BIP 43 recommendation. It indicates that the subtree of this node is used according to this specification. -- :math:`coin\_type`: a constant identifying the cybercoin that this subtree's keys are used with. For +- :math:`coin\_type`: a constant identifying the cryptocurrency that this subtree's keys are used with. For compatibility with existing BIP 44 implementations, we use the same constants as defined in SLIP 44 - [#slip-0044]_. Note that in keeping with that document, all cybercoin testnets share :math:`coin\_type` + [#slip-0044]_. Note that in keeping with that document, all cryptocurrency testnets share :math:`coin\_type` index :math:`1`. - :math:`account`: numbered from index :math:`0` in sequentially increasing manner. Defined as in