diff --git a/zip-0224.html b/zip-0224.html index d982f163..5fe278f4 100644 --- a/zip-0224.html +++ b/zip-0224.html @@ -100,7 +100,9 @@ Discussions-To: <https://g is now a field element.
  • \(\mathsf{ivk}\) - is computed as a Sinsemilla commitment instead of a BLAKE2s output.
  • + is computed as a Sinsemilla commitment instead of a BLAKE2s output. There is an additional + \(\mathsf{rivk}\) + component of the full viewing key that acts as the randomizer for this commitment.
  • \(\mathsf{ovk}\) is derived from diff --git a/zip-0224.rst b/zip-0224.rst index 1fc352da..1958fcb0 100644 --- a/zip-0224.rst +++ b/zip-0224.rst @@ -158,6 +158,8 @@ changes: - The proof authorizing key is removed, and :math:`\mathsf{nk}` is now a field element. - :math:`\mathsf{ivk}` is computed as a Sinsemilla commitment instead of a BLAKE2s output. + There is an additional :math:`\mathsf{rivk}` component of the full viewing key that acts + as the randomizer for this commitment. - :math:`\mathsf{ovk}` is derived from :math:`\mathsf{fvk}`, instead of being a component of the spending key. - All diversifiers now result in valid payment addresses.