From c1fb5e27ea1655704b04a8a4a321229813d0e292 Mon Sep 17 00:00:00 2001 From: Duke Leto Date: Sun, 2 Feb 2020 10:23:19 -0500 Subject: [PATCH] add more to hip 304 --- hip-0304.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/hip-0304.md b/hip-0304.md index 590ae69..4282633 100644 --- a/hip-0304.md +++ b/hip-0304.md @@ -1,3 +1,31 @@ # HIP304 - z\_signmessage + z\_verifymessage +``` + HIP: 304 + Title: Signing and verifying messages from Sapling addresses + Author: Duke Leto + Category: Standards + Created: 2020-02-02 + License: GPLv3 +``` + +# Terminology + +The key words "MUST", "MUST NOT", and "MAY" in this document are to be interpreted as described in RFC 2119. +[#RFC2119] + +# Abstract + +This is an xxx HIP describing signed Sapling messages. + +# Motivation + TLDR: Extend the `signmessage` and `verifymessage` RPCs to Sapling shielded addresses. + +# Specification + +# References + +.. [#RFC2119] `Key words for use in RFCs to Indicate Requirement Levels `_ +.. [#BIP32] `Hierarchical Deterministic Wallets `_ +