summaryrefslogtreecommitdiff
path: root/fc/e4c75f4c6e9391cc3c7b60387d9126010f9e4a
blob: 65311e90b38863e8a876a3d98ffe02dc9fb7ce97 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
Received: from sog-mx-1.v43.ch3.sourceforge.com ([172.29.43.191]
	helo=mx.sourceforge.net)
	by sfs-ml-4.v29.ch3.sourceforge.com with esmtp (Exim 4.76)
	(envelope-from <nikita@megiontechnologies.com>) id 1WVhKO-0000di-AJ
	for bitcoin-development@lists.sourceforge.net;
	Thu, 03 Apr 2014 13:05:08 +0000
X-ACL-Warn: 
Received: from mail-qc0-f177.google.com ([209.85.216.177])
	by sog-mx-1.v43.ch3.sourceforge.com with esmtps (TLSv1:RC4-SHA:128)
	(Exim 4.76) id 1WVhKM-000579-Un
	for bitcoin-development@lists.sourceforge.net;
	Thu, 03 Apr 2014 13:05:08 +0000
Received: by mail-qc0-f177.google.com with SMTP id w7so1777737qcr.36
	for <bitcoin-development@lists.sourceforge.net>;
	Thu, 03 Apr 2014 06:05:01 -0700 (PDT)
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
	d=1e100.net; s=20130820;
	h=x-gm-message-state:mime-version:from:date:message-id:subject:to
	:content-type;
	bh=ADhiWIz8M6CglOiVPMBmC5qpRL5/SfVni4eSPU9hjN0=;
	b=JweJQAGSZU1LZKwUQDwXz+dpMAM488RSmk3XYzp0QCJwNqcUz5clr63TqhuYQ8kdMM
	M7FEuf3S+TMGBakWX55Cg5UMvoS/cMXV0mJ4GwKsdSoK0cT45dq/JUzh246bf8Zmrs2U
	BmRdSP429Y8oBIvgPd8bNCUgiGHNMtGNtWAJ4SKLAMoiKDcrW5n5RVZmjf5b3U/lndjh
	WlCfRRF92r7mE+c/grVpWDnd1A/+CRcLLLqH8hoXH/0U8rMzxaGo52RwRtl5dDkto/A7
	aR6VXiSW+j9iSYwhRfWO4bAbdwSEUtdxXVTiKlissxRJj5WWFNvNC+Ru31q5kpKGtyGz
	+KvA==
X-Gm-Message-State: ALoCoQnJtC7egW8IukEgmUs/lZdxpBBdDNZvrIsGShoZBDv1TCLGgWdVNKN7LG/tjUqRxCeSCUPU
X-Received: by 10.140.80.209 with SMTP id c75mr6572216qgd.79.1396528886902;
	Thu, 03 Apr 2014 05:41:26 -0700 (PDT)
MIME-Version: 1.0
Received: by 10.96.124.10 with HTTP; Thu, 3 Apr 2014 05:41:06 -0700 (PDT)
X-Originating-IP: [2001:770:14a:0:60cb:febe:c82d:73bc]
From: Nikita Schmidt <nikita@megiontechnologies.com>
Date: Thu, 3 Apr 2014 16:41:06 +0400
Message-ID: <CAC7yFxSE8-TWPN-kuFiqdPKMDuprbiVJi7-z-ym+AUyA_f-xJw@mail.gmail.com>
To: bitcoin-development@lists.sourceforge.net
Content-Type: text/plain; charset=ISO-8859-1
X-Spam-Score: 0.0 (/)
X-Spam-Report: Spam Filtering performed by mx.sourceforge.net.
	See http://spamassassin.org/tag/ for more details.
X-Headers-End: 1WVhKM-000579-Un
Subject: Re: [Bitcoin-development] Presenting a BIP for Shamir's Secret
 Sharing of Bitcoin private keys
X-BeenThere: bitcoin-development@lists.sourceforge.net
X-Mailman-Version: 2.1.9
Precedence: list
List-Id: <bitcoin-development.lists.sourceforge.net>
List-Unsubscribe: <https://lists.sourceforge.net/lists/listinfo/bitcoin-development>,
	<mailto:bitcoin-development-request@lists.sourceforge.net?subject=unsubscribe>
List-Archive: <http://sourceforge.net/mailarchive/forum.php?forum_name=bitcoin-development>
List-Post: <mailto:bitcoin-development@lists.sourceforge.net>
List-Help: <mailto:bitcoin-development-request@lists.sourceforge.net?subject=help>
List-Subscribe: <https://lists.sourceforge.net/lists/listinfo/bitcoin-development>,
	<mailto:bitcoin-development-request@lists.sourceforge.net?subject=subscribe>
X-List-Received-Date: Thu, 03 Apr 2014 13:05:08 -0000

Matt Whitlock wrote:
> Okay, you've convinced me. However, it looks like the consensus here is
> that my BIP is unneeded, so I'm not sure it would be worth the effort
> for me to improve it with your suggestions.

I need your BIP.

We are going to implement SSS and we'd rather stick with something
publicly discussed, even if it has not formally become a BIP, than
invent our own stuff.

I'll go ahead and comment on the current proposal here.  BIP or no
BIP, I propose to finalise this spec anyway for those who want to
implement SSS now or in future.

I agree with the recently mentioned suggestion to make non-essential
metadata, namely key fingerprint and degree (M), optional.  Their
4-byte and 1-byte fields can be added individually at an
implementation's discretion.  During decoding, the total length will
determine which fields are included.

For example, as a compromise between usability and security, the
metadata can be supplied out-of-band, like in plain text accompanying
the Base-58 encoded share.

Encoding for the testnet is not specified.

Speaking of encoding, is it not wasteful to allocate three different
application/version bytes just for the sake of always starting with
'SS'?  It would be OK if it were accepted as a BIP, but merely as a
de-facto standard it should aim at minimising future chances of
collision.

I'd add a clause allowing the use of random coefficients instead of
deterministic, as long as the implementation guarantees to never make
another set of shares for the same private key or master seed.

What about using the same P256 prime as for the elliptic curve?  Just
for consistency's sake.

Also, I'm somewhat inclined towards using the actual x instead of j in
the encoding.  I find it more direct and straightforward to encode the
pair (x, y).  And x=0 can denote a special case for future extensions.
 There is no technical reason behind this, it's just for (subjective)
clarity and consistency.