summaryrefslogtreecommitdiff
path: root/1c/764f0fa44ed3b6ac3c68a9400d36c4826dba6f
blob: b23812011686212d15e13f1f7ed0f46c025ca127 (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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
Received: from sog-mx-4.v43.ch3.sourceforge.com ([172.29.43.194]
	helo=mx.sourceforge.net)
	by sfs-ml-1.v29.ch3.sourceforge.com with esmtp (Exim 4.76)
	(envelope-from <tamas@bitsofproof.com>) id 1WTost-00018G-S0
	for bitcoin-development@lists.sourceforge.net;
	Sat, 29 Mar 2014 08:44:59 +0000
X-ACL-Warn: 
Received: from wp059.webpack.hosteurope.de ([80.237.132.66])
	by sog-mx-4.v43.ch3.sourceforge.com with esmtps (TLSv1:AES256-SHA:256)
	(Exim 4.76) id 1WToss-0005um-2W
	for bitcoin-development@lists.sourceforge.net;
	Sat, 29 Mar 2014 08:44:59 +0000
Received: from [37.143.74.116] (helo=[192.168.2.2]); authenticated
	by wp059.webpack.hosteurope.de running ExIM with esmtpsa
	(TLS1.0:RSA_AES_128_CBC_SHA1:16)
	id 1WTosl-0007Xo-HP; Sat, 29 Mar 2014 09:44:51 +0100
Content-Type: multipart/signed;
	boundary="Apple-Mail=_AB116093-5D86-4F66-B61F-95FFFC22EE13";
	protocol="application/pgp-signature"; micalg=pgp-sha1
Mime-Version: 1.0 (Mac OS X Mail 6.6 \(1510\))
From: Tamas Blummer <tamas@bitsofproof.com>
In-Reply-To: <1878927.J1e3zZmtIP@crushinator>
Date: Sat, 29 Mar 2014 09:44:53 +0100
Message-Id: <AA48C372-6735-40E4-A8AF-264576F86BB1@bitsofproof.com>
References: <1878927.J1e3zZmtIP@crushinator>
To: Matt Whitlock <bip@mattwhitlock.name>
X-Mailer: Apple Mail (2.1510)
X-bounce-key: webpack.hosteurope.de; tamas@bitsofproof.com; 1396082698;
	775f07b9; 
X-Spam-Score: 1.0 (+)
X-Spam-Report: Spam Filtering performed by mx.sourceforge.net.
	See http://spamassassin.org/tag/ for more details.
	1.0 HTML_MESSAGE           BODY: HTML included in message
X-Headers-End: 1WToss-0005um-2W
Cc: bitcoin-development@lists.sourceforge.net
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: Sat, 29 Mar 2014 08:45:00 -0000


--Apple-Mail=_AB116093-5D86-4F66-B61F-95FFFC22EE13
Content-Type: multipart/alternative;
	boundary="Apple-Mail=_C3EB1A17-A56F-4642-A57C-406685F45A10"


--Apple-Mail=_C3EB1A17-A56F-4642-A57C-406685F45A10
Content-Transfer-Encoding: quoted-printable
Content-Type: text/plain;
	charset=us-ascii

Hi Matt,

I used Shamir's Secret Sharing to decompose a seed for a BIP32 master =
key, that is I think more future relevant than a single key.
Therefore suggest to adapt the BIP for a length used there typically 16 =
or 32 bytes and have a magic code to indicate its use as key vs. seed.

Regards,

Tamas Blummer
http://bitsofproof.com

On 29.03.2014, at 09:05, Matt Whitlock <bip@mattwhitlock.name> wrote:

> Abstract: A method is described for dividing a Bitcoin private key =
into shares in a manner such that the key can be reconstituted from any =
sufficiently large subset of the shares but such that individually the =
shares do not reveal any information about the key. This method is =
commonly known as Shamir's Secret Sharing Scheme. Additionally, an =
encoding methodology is proposed to standardize transmission and storage =
of shares.
>=20
> Complete BIP: =
https://github.com/whitslack/btctool/blob/bip/bip-xxxx.mediawiki
>=20
> I am looking to have this BIP assigned a number and added to the =
bitcoin/bips repository. I invite any comments, questions, or =
suggestions.
>=20
> =
--------------------------------------------------------------------------=
----
> _______________________________________________
> Bitcoin-development mailing list
> Bitcoin-development@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bitcoin-development
>=20


--Apple-Mail=_C3EB1A17-A56F-4642-A57C-406685F45A10
Content-Transfer-Encoding: quoted-printable
Content-Type: text/html;
	charset=us-ascii

<html><head><meta http-equiv=3D"Content-Type" content=3D"text/html =
charset=3Dus-ascii"></head><body style=3D"word-wrap: break-word; =
-webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Hi =
Matt,<br><div apple-content-edited=3D"true">
<br style=3D"color: rgb(0, 0, 0); font-family: Helvetica; font-size: =
medium; font-style: normal; font-variant: normal; font-weight: normal; =
letter-spacing: normal; line-height: normal; orphans: 2; text-align: =
-webkit-auto; text-indent: 0px; text-transform: none; white-space: =
normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; =
-webkit-text-stroke-width: 0px; ">I used Shamir's Secret Sharing to =
decompose a seed for a BIP32 master key, that is I think more future =
relevant than a single key.</div><div =
apple-content-edited=3D"true">Therefore suggest to adapt the BIP for a =
length used there typically 16 or 32 bytes and have a magic code to =
indicate its use as key vs. seed.<br><br style=3D"color: rgb(0, 0, 0); =
font-family: Helvetica; font-size: medium; font-style: normal; =
font-variant: normal; font-weight: normal; letter-spacing: normal; =
line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: =
0px; text-transform: none; white-space: normal; widows: 2; word-spacing: =
0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; =
"><span style=3D"color: rgb(0, 0, 0); font-family: Helvetica; font-size: =
medium; font-style: normal; font-variant: normal; font-weight: normal; =
letter-spacing: normal; line-height: normal; orphans: 2; text-align: =
-webkit-auto; text-indent: 0px; text-transform: none; white-space: =
normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; =
-webkit-text-stroke-width: 0px; display: inline !important; float: none; =
">Regards,</span><br style=3D"color: rgb(0, 0, 0); font-family: =
Helvetica; font-size: medium; font-style: normal; font-variant: normal; =
font-weight: normal; letter-spacing: normal; line-height: normal; =
orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: =
none; white-space: normal; widows: 2; word-spacing: 0px; =
-webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; "><br =
style=3D"color: rgb(0, 0, 0); font-family: Helvetica; font-size: medium; =
font-style: normal; font-variant: normal; font-weight: normal; =
letter-spacing: normal; line-height: normal; orphans: 2; text-align: =
-webkit-auto; text-indent: 0px; text-transform: none; white-space: =
normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; =
-webkit-text-stroke-width: 0px; "><span style=3D"color: rgb(0, 0, 0); =
font-family: Helvetica; font-size: medium; font-style: normal; =
font-variant: normal; font-weight: normal; letter-spacing: normal; =
line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: =
0px; text-transform: none; white-space: normal; widows: 2; word-spacing: =
0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; =
display: inline !important; float: none; ">Tamas Blummer</span><br =
style=3D"color: rgb(0, 0, 0); font-family: Helvetica; font-size: medium; =
font-style: normal; font-variant: normal; font-weight: normal; =
letter-spacing: normal; line-height: normal; orphans: 2; text-align: =
-webkit-auto; text-indent: 0px; text-transform: none; white-space: =
normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; =
-webkit-text-stroke-width: 0px; "><span style=3D"color: rgb(0, 0, 0); =
font-family: Helvetica; font-size: medium; font-style: normal; =
font-variant: normal; font-weight: normal; letter-spacing: normal; =
line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: =
0px; text-transform: none; white-space: normal; widows: 2; word-spacing: =
0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; =
display: inline !important; float: none; "><a =
href=3D"http://bitsofproof.com">http://bitsofproof.com</a></span>
</div>
<br><div><div>On 29.03.2014, at 09:05, Matt Whitlock &lt;<a =
href=3D"mailto:bip@mattwhitlock.name">bip@mattwhitlock.name</a>&gt; =
wrote:</div><br class=3D"Apple-interchange-newline"><blockquote =
type=3D"cite">Abstract: A method is described for dividing a Bitcoin =
private key into shares in a manner such that the key can be =
reconstituted from any sufficiently large subset of the shares but such =
that individually the shares do not reveal any information about the =
key. This method is commonly known as Shamir's Secret Sharing Scheme. =
Additionally, an encoding methodology is proposed to standardize =
transmission and storage of shares.<br><br>Complete BIP: <a =
href=3D"https://github.com/whitslack/btctool/blob/bip/bip-xxxx.mediawiki">=
https://github.com/whitslack/btctool/blob/bip/bip-xxxx.mediawiki</a><br><b=
r>I am looking to have this BIP assigned a number and added to the =
bitcoin/bips repository. I invite any comments, questions, or =
suggestions.<br><br>------------------------------------------------------=
------------------------<br>______________________________________________=
_<br>Bitcoin-development mailing list<br><a =
href=3D"mailto:Bitcoin-development@lists.sourceforge.net">Bitcoin-developm=
ent@lists.sourceforge.net</a><br>https://lists.sourceforge.net/lists/listi=
nfo/bitcoin-development<br><br></blockquote></div><br></body></html>=

--Apple-Mail=_C3EB1A17-A56F-4642-A57C-406685F45A10--

--Apple-Mail=_AB116093-5D86-4F66-B61F-95FFFC22EE13
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
	filename=signature.asc
Content-Type: application/pgp-signature;
	name=signature.asc
Content-Description: Message signed with OpenPGP using GPGMail

-----BEGIN PGP SIGNATURE-----
Comment: GPGTools - http://gpgtools.org

iQEcBAEBAgAGBQJTNogFAAoJEPZykcUXcTkcRW0H/3lgeRShEHo+eNh9ThffbxAi
7hEU4DSBK+D0befXaclD4SWr7mDKly0x99hhIMh05zUdbVk+cdg9vNA82V32uT+9
MZVKARVh0EIVp1HiNS460GDgVTnCfSIKG4jmLtfak88zKta1ikWNVtaCHtx9D0VZ
2c5ntGERVpQQzAys/MhmNTyTTloImjM2sB17AVC0J6jaGpX5h80kkQD1TEMDdiam
Ox/01PURHY4DAoJx6V/UuV2df6Fzb6h4gdu3J0IfLkOSBgy0D1AeBVCQOehxIn//
PyEUCfCFHk6uvH2gNQT7uGaZUzQH8iO1PkBaYZdSFqxgfZXMb6ow6TXTwhe5vk8=
=EIfc
-----END PGP SIGNATURE-----

--Apple-Mail=_AB116093-5D86-4F66-B61F-95FFFC22EE13--