Received: from sog-mx-2.v43.ch3.sourceforge.com ([172.29.43.192] helo=mx.sourceforge.net) by sfs-ml-1.v29.ch3.sourceforge.com with esmtp (Exim 4.76) (envelope-from ) id 1SgHDC-0007sz-8a for bitcoin-development@lists.sourceforge.net; Sun, 17 Jun 2012 15:16:22 +0000 Received-SPF: pass (sog-mx-2.v43.ch3.sourceforge.com: domain of gmail.com designates 209.85.160.47 as permitted sender) client-ip=209.85.160.47; envelope-from=laanwj@gmail.com; helo=mail-pb0-f47.google.com; Received: from mail-pb0-f47.google.com ([209.85.160.47]) by sog-mx-2.v43.ch3.sourceforge.com with esmtps (TLSv1:RC4-MD5:128) (Exim 4.76) id 1SgHDA-0007on-0v for bitcoin-development@lists.sourceforge.net; Sun, 17 Jun 2012 15:16:22 +0000 Received: by pbbrq2 with SMTP id rq2so6697318pbb.34 for ; Sun, 17 Jun 2012 08:16:14 -0700 (PDT) MIME-Version: 1.0 Received: by 10.68.230.68 with SMTP id sw4mr41871136pbc.142.1339946174009; Sun, 17 Jun 2012 08:16:14 -0700 (PDT) Received: by 10.143.44.2 with HTTP; Sun, 17 Jun 2012 08:16:13 -0700 (PDT) In-Reply-To: <20120617120447.GA26357@vps7135.xlshosting.net> References: <20120616192651.GA13438@vps7135.xlshosting.net> <20120617120447.GA26357@vps7135.xlshosting.net> Date: Sun, 17 Jun 2012 17:16:13 +0200 Message-ID: From: Wladimir To: Pieter Wuille Content-Type: multipart/alternative; boundary=047d7b339e6fb8529c04c2ac870f X-Spam-Score: -0.6 (/) X-Spam-Report: Spam Filtering performed by mx.sourceforge.net. See http://spamassassin.org/tag/ for more details. -1.5 SPF_CHECK_PASS SPF reports sender host as permitted sender for sender-domain 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (laanwj[at]gmail.com) -0.0 SPF_PASS SPF: sender matches SPF record 1.0 HTML_MESSAGE BODY: HTML included in message -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's domain 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily valid -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature X-Headers-End: 1SgHDA-0007on-0v Cc: bitcoin-development@lists.sourceforge.net Subject: Re: [Bitcoin-development] After compressed pubkeys: hybrid pubkeys X-BeenThere: bitcoin-development@lists.sourceforge.net X-Mailman-Version: 2.1.9 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Jun 2012 15:16:22 -0000 --047d7b339e6fb8529c04c2ac870f Content-Type: text/plain; charset=UTF-8 On Sun, Jun 17, 2012 at 2:04 PM, Pieter Wuille wrote: > On Sun, Jun 17, 2012 at 01:01:12PM +0200, Mike Hearn wrote: > > > * 0x04 [32-byte X coord] [32-byte Y coord]: uncompressed format > > > * 0x06 [32-byte X coord] [32-byte Y coord]: hybrid format for even Y > coords > > > * 0x07 [32-byte X coord] [32-byte Y coord]: hybrid format for odd Y > coords > > > > So what's the actual difference in format? Is there any at all, or > > it's just the first number that's different? > > >From what I understand, that is indeed the only difference. > > To prevent surprises in the future, in case OpenSSL decides to add more, can we disable all other key formats in advance? Wladimir --047d7b339e6fb8529c04c2ac870f Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
On Sun, Jun 17, 2012 at 2:04 PM, Pieter Wuil= le <pieter.wuille@gmail.com> wrote:
On Sun, Jun 17, 2012 at 01:01:12PM +0200, Mike Hearn wrot= e:
> > * 0x04 [32-byte X coord] [32-byte Y coord]: uncompressed format > > * 0x06 [32-byte X coord] [32-byte Y coord]: hybrid format for eve= n Y coords
> > * 0x07 [32-byte X coord] [32-byte Y coord]: hybrid format for odd= Y coords
>
> So what's the actual difference in format? Is there any at all, or=
> it's just the first number that's different?

>From what I understand, that is indeed the only difference.


To prevent surprises in the future, in case OpenSSL decides to add more, ca= n we disable all other key formats in advance?

Wladimir

--047d7b339e6fb8529c04c2ac870f--