Return-Path: Received: from smtp1.linuxfoundation.org (smtp1.linux-foundation.org [172.17.192.35]) by mail.linuxfoundation.org (Postfix) with ESMTPS id 93E4525A for ; Fri, 10 May 2019 05:38:59 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-40133.protonmail.ch (mail-40133.protonmail.ch [185.70.40.133]) by smtp1.linuxfoundation.org (Postfix) with ESMTPS id D6847CF for ; Fri, 10 May 2019 05:38:58 +0000 (UTC) Date: Fri, 10 May 2019 05:38:52 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=default; t=1557466736; bh=9QshVlzBH3v3KgwJOpcW774KX2IwjTGHgRDPV1cRBjU=; h=Date:To:From:Cc:Reply-To:Subject:In-Reply-To:References: Feedback-ID:From; b=g3/IB/RdLNYPFfWa2SClVzrwoRD0C7OpR3xpQ+MyvMebhaARUPW946GdBPTocHMEJ 0Hr/WUOoZPa7DajG3SzrSAaxMZT0cenBdwa3w3IAwa8bAI2q6lDN0/b87JMnvNSyU7 ZSbXf3nZTVKwPSlqNd/O5SyqFSC2f5oYjmUmTTxM= To: Johnson Lau From: ZmnSCPxj Reply-To: ZmnSCPxj Message-ID: <-3ac1EW7T8KOkUw6DK2Ejq83DiawO15bwaZJ79kw1U81w6sPCCkS2pAcTXtmLr8eOkohU7T8JJbW0K8dj690UYC9ffIqAqzP8e7fjbOqG70=@protonmail.com> In-Reply-To: References: <201905062017.11396.luke@dashjr.org> Feedback-ID: el4j0RWPRERue64lIQeq9Y2FP-mdB86tFqjmrJyEPR9VAtMovPEo9tvgA0CrTsSHJeeyPXqnoAu6DN-R04uJUg==:Ext:ProtonMail MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Spam-Status: No, score=-2.2 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, FREEMAIL_FROM, FROM_LOCAL_NOVOWEL, RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on smtp1.linux-foundation.org X-Mailman-Approved-At: Sat, 11 May 2019 08:03:07 +0000 Cc: bitcoin-dev , Pieter Wuille Subject: Re: [bitcoin-dev] Taproot proposal X-BeenThere: bitcoin-dev@lists.linuxfoundation.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Bitcoin Protocol Discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 May 2019 05:38:59 -0000 Good morning Johnson, > > > Some way to sign an additional script (not committed to by the witnes= s > > > program) seems like it could be a trivial addition. > > > > It seems to me the annex can be used for this, by having it contain bot= h the script and the signature somehow concatenated. > > This is not possible since the whole annex is signed. It is possible if t= he signed =E2=80=9Cscript=E2=80=9D does not require further input, like per= -input lock-time, relative lock-time, check block hash I understand, you are correct. Possibly the correct way would be to use another leaf version. The "script" of such a new leaf version would not actually be a script, but= a delegation key. Then for this leaf version the actual script and signature from the delegat= ion key attesting that script would be on top of the witness stack that wil= l be used by the actual script. This has the nice property that the existence of a delegation key is hidden= from the output, and that if an alternate script is in the MAST (as an alt= ernative to the delegation), use of that alternate script does not reveal t= hat delegation could have been possible. Regards, ZmnSCPxj