summaryrefslogtreecommitdiff
path: root/f7/4d304dd5fdc067c52acbb26d57c045b1f0fb7b
blob: d1c3c740cb1c1af30917c718aba891f2a19f9969 (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
Return-Path: <ethankosakovsky@protonmail.com>
Received: from hemlock.osuosl.org (smtp2.osuosl.org [140.211.166.133])
 by lists.linuxfoundation.org (Postfix) with ESMTP id 7AB14C0177
 for <bitcoin-dev@lists.linuxfoundation.org>;
 Sat, 11 Apr 2020 00:10:04 +0000 (UTC)
Received: from localhost (localhost [127.0.0.1])
 by hemlock.osuosl.org (Postfix) with ESMTP id 6277988373
 for <bitcoin-dev@lists.linuxfoundation.org>;
 Sat, 11 Apr 2020 00:10:04 +0000 (UTC)
X-Virus-Scanned: amavisd-new at osuosl.org
Received: from hemlock.osuosl.org ([127.0.0.1])
 by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024)
 with ESMTP id MMXxSwF6pkFv
 for <bitcoin-dev@lists.linuxfoundation.org>;
 Sat, 11 Apr 2020 00:10:02 +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 hemlock.osuosl.org (Postfix) with ESMTPS id 8A1A287CDA
 for <bitcoin-dev@lists.linuxfoundation.org>;
 Sat, 11 Apr 2020 00:10:02 +0000 (UTC)
Date: Sat, 11 Apr 2020 00:09:51 +0000
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com;
 s=default; t=1586563799;
 bh=aaGz9fXmbQWO5ncwd7oac9xZQTMDhkxGnNR0h+69B6c=;
 h=Date:To:From:Cc:Reply-To:Subject:In-Reply-To:References:From;
 b=F9NfiLDcY82bwDasJ81RftZHxMeOJANlpemHfwvyiDaEXBptKdtCjWTzhqwjkjkHn
 SP4l5uCG0uYQhIIFgZrpb6wAMrjc1SIscJ9xSSdV5EKHdQeXWgBT/ENfBlJVMXlfIE
 l67jMehJJzwIsht/uzkj1YXS4eq9mwsKwjzp4Sxw=
To: Rodolfo Novak <rodolfo@coinkite.com>
From: Ethan Kosakovsky <ethankosakovsky@protonmail.com>
Reply-To: Ethan Kosakovsky <ethankosakovsky@protonmail.com>
Message-ID: <KsTUKfABIbG3S3zaUbgrn75uO6-z1LsNZMMyz0pAsW6hlFBq_k5dYXkJxCbXZ9Q5NgDi2XDQPEI4AoKPLlBT0BWcGrJen6-TJfn5tE3nHek=@protonmail.com>
In-Reply-To: <20200406173617.GI3523@coinkite.com>
References: <20200406173617.GI3523@coinkite.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: quoted-printable
X-Mailman-Approved-At: Sat, 11 Apr 2020 01:35:18 +0000
Cc: "bitcoin-dev@lists.linuxfoundation.org"
 <bitcoin-dev@lists.linuxfoundation.org>, "Peter D. Gray" <peter@coinkite.com>
Subject: Re: [bitcoin-dev] Deterministic Entropy From BIP32 Keychains
X-BeenThere: bitcoin-dev@lists.linuxfoundation.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: Bitcoin Protocol Discussion <bitcoin-dev.lists.linuxfoundation.org>
List-Unsubscribe: <https://lists.linuxfoundation.org/mailman/options/bitcoin-dev>, 
 <mailto:bitcoin-dev-request@lists.linuxfoundation.org?subject=unsubscribe>
List-Archive: <http://lists.linuxfoundation.org/pipermail/bitcoin-dev/>
List-Post: <mailto:bitcoin-dev@lists.linuxfoundation.org>
List-Help: <mailto:bitcoin-dev-request@lists.linuxfoundation.org?subject=help>
List-Subscribe: <https://lists.linuxfoundation.org/mailman/listinfo/bitcoin-dev>, 
 <mailto:bitcoin-dev-request@lists.linuxfoundation.org?subject=subscribe>
X-List-Received-Date: Sat, 11 Apr 2020 00:10:04 -0000

Yes, I plan to submit as a BIP. I was just letting it sit for a while for o=
thers to consider.

I was also considering to split the BIP into two. One for the the entropy d=
erivation, and the Applications section would be another BIP. This would be=
 akin to how BIP32 is the basis for derivation schemes like BIP39, and BIP4=
4, BIP49 etc.

Ethan

=E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90 Original Me=
ssage =E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90
On Tuesday, April 7, 2020 1:36 AM, Rodolfo Novak <rodolfo@coinkite.com> wro=
te:

> Hello,
>
> We are planning on implementing the Deterministic Entropy From BIP32 Keyc=
hains BIP on Coldcard.
>
> Is there a BIP number planned to be assigned and is there any review of t=
his BIP yet?
>
> Regards,
>
> =E2=84=9D.
>
> Rodolfo Novak || Coinkite Inc. || GPG: B444CDDA