Return-Path: Received: from smtp1.linuxfoundation.org (smtp1.linux-foundation.org [172.17.192.35]) by mail.linuxfoundation.org (Postfix) with ESMTPS id CC0223EE for ; Wed, 21 Aug 2019 07:32:36 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-40130.protonmail.ch (mail-40130.protonmail.ch [185.70.40.130]) by smtp1.linuxfoundation.org (Postfix) with ESMTPS id 18CE089E for ; Wed, 21 Aug 2019 07:32:35 +0000 (UTC) Date: Wed, 21 Aug 2019 07:32:25 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=default; t=1566372753; bh=tM3/JvFnHR9WZcpkhD0AIeMb6szJ+KTFwFg4gxUelKE=; h=Date:To:From:Cc:Reply-To:Subject:In-Reply-To:References: Feedback-ID:From; b=mbr9jHn1rAXN0TsZLD/UGfjbiTC/gc9bqNGZZxdRwGC7YSy9nc48+N+M566XSFHYb sFW2tMs+RY+o1wV7dfDEklHrap4pt9HVkXv0Y5IE8dMKA4r66TYC5WDMVTw7pi69wE HmDsSmmTN5Jkiwby+Kc6vEmlGPgEpUt35VDg6SlM= To: ZmnSCPxj , Bitcoin Protocol Discussion From: ZmnSCPxj Reply-To: ZmnSCPxj Message-ID: In-Reply-To: <6o-9VFKLR0h4CUf_fUN1rAqwTTZMlxk2CwwHSbuuvesIapG8ySj4KyHyUmHRh8rf7Lc2urCX8vw7tmlkP60SfvS3VyWnauD25_E8psrcx7I=@protonmail.com> References: <6o-9VFKLR0h4CUf_fUN1rAqwTTZMlxk2CwwHSbuuvesIapG8ySj4KyHyUmHRh8rf7Lc2urCX8vw7tmlkP60SfvS3VyWnauD25_E8psrcx7I=@protonmail.com> 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 Cc: Dr Maxim Orlovsky Subject: Re: [bitcoin-dev] Storm: escrowed storage and messaging at L2/L3 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: Wed, 21 Aug 2019 07:32:36 -0000 Good morning Maxim, The Deaf Bob Attack =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D It seems to me that Bob can promote the N3 problem to the N2 problem. Suppose Alice contacts Bob to get the data. However, Bob happens to have lost the data in a tragic boating accident. Now, supposedly what Alice does in this case would be to broadcast the HTLC= settlement transaction, whose signature was provided by Bob during protoco= l setup. But this seems unworkable. * If Bob managed to sign the HTLC settlement transaction, what `SIGHASH` fl= ags did Bob sign with? * If it was `SIGHASH_ALL` or `SIGHASH_SINGLE`, then Bob already selected = the decryption key at setup time. * If it was `SIGHASH_NONE`, then Alice could put any SCRIPT, including `<= Alice> OP_CHECKSIG`. If Bob already selected the decryption key at setup time, then Bob can igno= re Alice. * If Alice does not publish the HTLC settlement transaction, then Bob will = eventually enter the N2 state and get the stake+reward. * If Alice *does* publish the HTLC settlement transaction, without Bob givi= ng the encrypted data, then Bob can just use the hashlock and reveal the de= cryption key. * The decryption key is useless without the encrypted data! It seems this part is not workable? As the decryption key is embedded in the HTLC, Alice cannot get a signature= from Bob without the decryption key already being selected by Bob (and thu= s already claimable even without any data being returned by Bob). Regards, ZmnSCPxj