You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We adapt the path notation of BIP 32 [#bip-0032] to describe shielded HD paths, using prime marks ($'$) to
indicate hardened derivation ($i' = i + 2^{31}$) as in BIP 44 [#bip-0044]:
$\mathsf{CKDfvk}(\mathsf{CKDfvk}(\mathsf{CKDfvk}(m_\mathsf{Sapling}, a), b), c)$ is written as $m_\mathsf{Sapling} / a / b / c.$
This should say $\mathsf{CKDfvk}(\mathsf{CKDfvk}(\mathsf{CKDfvk}(m_\mathsf{Context}, a), b), c)$ is written as $m_\mathsf{Context} / a / b / c,$ where $\mathsf{Context}$ is $\mathsf{Sapling},$$\mathsf{Orchard},$ or an arbitrary context.
The text was updated successfully, but these errors were encountered:
nuttycom
changed the title
ZIP 32: clarify that path notation applies to any context
[ZIP 32] clarify that path notation applies to any context
Nov 1, 2024
This should say$\mathsf{CKDfvk}(\mathsf{CKDfvk}(\mathsf{CKDfvk}(m_\mathsf{Context}, a), b), c)$ is written as $m_\mathsf{Context} / a / b / c,$ where $\mathsf{Context}$ is $\mathsf{Sapling},$ $\mathsf{Orchard},$ or an arbitrary context.
The text was updated successfully, but these errors were encountered: