Return-Path: Received: from smtp1.linuxfoundation.org (smtp1.linux-foundation.org [172.17.192.35]) by mail.linuxfoundation.org (Postfix) with ESMTPS id 861E4948 for ; Tue, 12 Jan 2016 00:00:09 +0000 (UTC) X-Greylist: whitelisted by SQLgrey-1.7.6 Received: from mail-io0-f169.google.com (mail-io0-f169.google.com [209.85.223.169]) by smtp1.linuxfoundation.org (Postfix) with ESMTPS id 375A4E3 for ; Tue, 12 Jan 2016 00:00:09 +0000 (UTC) Received: by mail-io0-f169.google.com with SMTP id 77so335316734ioc.2 for ; Mon, 11 Jan 2016 16:00:09 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:cc :content-type; bh=DliVOISRJafUSXGas6C+tRDMfljLjj5C1TlQBZ7ecGs=; b=XQhJmbeUnHquBFUmUoPVA4+lVfWByvmWI/VPVAxXOmIKZmJZCQXt4DKbmZ/nSwrRlz 4KrcVPfMTc9sDZ2nt8Z4d0msr/3+hANYqCTwlurYhyFjzn22Rw7I6lMW3YqkvbX9M8/U BzXngtFm0q/aHb3vfqJFO/B2Gfrv4APpCdE8Cqw6TEAUUvl2SttDwxXsjnfjZMmMHYai cgihqDjV8vfL2W9z1vnjMzvMgRbYjAl0vWmwt4FCMpvf5JuGdve6xLl/k08umELXoHII Rdm7UnqplsrCKzBZG6VfcguQhsUQlkQBA1CLv007Ww/ZZ28aRSpGa3fOEQhCY84K0BX0 0U1Q== MIME-Version: 1.0 X-Received: by 10.107.131.207 with SMTP id n76mr109852797ioi.135.1452556808695; Mon, 11 Jan 2016 16:00:08 -0800 (PST) Received: by 10.79.77.75 with HTTP; Mon, 11 Jan 2016 16:00:08 -0800 (PST) In-Reply-To: References: <8760z4rbng.fsf@rustcorp.com.au> <8737u8qnye.fsf@rustcorp.com.au> <20160108153329.GA15731@sapphire.erisian.com.au> Date: Tue, 12 Jan 2016 00:00:08 +0000 Message-ID: From: Tier Nolan Cc: Bitcoin Dev Content-Type: multipart/alternative; boundary=001a113ebda69934ea052917bcb1 X-Spam-Status: No, score=-1.7 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,HTML_MESSAGE,MISSING_HEADERS, RCVD_IN_DNSWL_LOW autolearn=no version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on smtp1.linux-foundation.org Subject: Re: [bitcoin-dev] Time to worry about 80-bit collision attacks or not? X-BeenThere: bitcoin-dev@lists.linuxfoundation.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Bitcoin Development Discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Jan 2016 00:00:09 -0000 --001a113ebda69934ea052917bcb1 Content-Type: text/plain; charset=UTF-8 On Mon, Jan 11, 2016 at 11:57 PM, Tier Nolan wrote: > > else: > script = "CHECKSIG %s OP_DROP" % (prev_hash, const_pub_key) > That should be script = "%s CHECKSIG %s OP_DROP" % (const_pub_key, prev_hash) --001a113ebda69934ea052917bcb1 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable --001a113ebda69934ea052917bcb1--