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
|
Return-Path: <ZmnSCPxj@protonmail.com>
Received: from smtp1.osuosl.org (smtp1.osuosl.org [140.211.166.138])
by lists.linuxfoundation.org (Postfix) with ESMTP id D71B8C000A
for <bitcoin-dev@lists.linuxfoundation.org>;
Wed, 17 Mar 2021 04:24:53 +0000 (UTC)
Received: from localhost (localhost [127.0.0.1])
by smtp1.osuosl.org (Postfix) with ESMTP id AFB8183EAD
for <bitcoin-dev@lists.linuxfoundation.org>;
Wed, 17 Mar 2021 04:24:53 +0000 (UTC)
X-Virus-Scanned: amavisd-new at osuosl.org
X-Spam-Flag: NO
X-Spam-Score: -0.899
X-Spam-Level:
X-Spam-Status: No, score=-0.899 tagged_above=-999 required=5
tests=[BAYES_05=-0.5, DKIM_SIGNED=0.1, DKIM_VALID=-0.1,
DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FREEMAIL_FROM=0.001,
FROM_LOCAL_NOVOWEL=0.5, RCVD_IN_DNSWL_LOW=-0.7,
RCVD_IN_MSPIKE_H4=0.001, RCVD_IN_MSPIKE_WL=0.001,
SPF_HELO_PASS=-0.001, SPF_PASS=-0.001]
autolearn=ham autolearn_force=no
Authentication-Results: smtp1.osuosl.org (amavisd-new);
dkim=pass (1024-bit key) header.d=protonmail.com
Received: from smtp1.osuosl.org ([127.0.0.1])
by localhost (smtp1.osuosl.org [127.0.0.1]) (amavisd-new, port 10024)
with ESMTP id v0qburyo485a
for <bitcoin-dev@lists.linuxfoundation.org>;
Wed, 17 Mar 2021 04:24:52 +0000 (UTC)
X-Greylist: domain auto-whitelisted by SQLgrey-1.8.0
Received: from mail-40135.protonmail.ch (mail-40135.protonmail.ch
[185.70.40.135])
by smtp1.osuosl.org (Postfix) with ESMTPS id 712AF83E9F
for <bitcoin-dev@lists.linuxfoundation.org>;
Wed, 17 Mar 2021 04:24:52 +0000 (UTC)
Date: Wed, 17 Mar 2021 04:24:41 +0000
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com;
s=protonmail; t=1615955089;
bh=tSTZTn6rFAEKihBXA//pdLSdzMo3lSxI4OC134fGSsg=;
h=Date:To:From:Cc:Reply-To:Subject:In-Reply-To:References:From;
b=jsvxDI2P83ZzU4dSGUvKat0Q78GSKdJ7aRzMCGQu3R48p/VDfUEQBnnoTnjnr1+9Q
EzVnSMBFSlXHDhPTp/e7NfiAIFiNYhowzD5jJwyOAFnrC0VkYrBAOy+OWwTabrZGAJ
fQM4pODenGqTL5q/LgHhyBOp0Z68GELp2bPyvxk0=
To: Andrew Poelstra <apoelstra@wpsoftware.net>,
Bitcoin Protocol Discussion <bitcoin-dev@lists.linuxfoundation.org>
From: ZmnSCPxj <ZmnSCPxj@protonmail.com>
Reply-To: ZmnSCPxj <ZmnSCPxj@protonmail.com>
Message-ID: <qNBklvsZzwYQ7F43vxDvwRuB28nLzGwSIZ2tkYjAQikdNsVW-Zs3exp4otMW_xdl7EoJ2JIl6aZVs7NUM_-7ilxWGJ3HhQvhkYnyz3U7wgg=@protonmail.com>
In-Reply-To: <YFDLiR/w1IYiTURU@camus>
References: <202103152148.15477.luke@dashjr.org> <YE/p0u3gp4UYNS7R@camus>
<3d6d308f-3d9f-588a-5b8f-3ab14560974c@gmail.com> <YFDLiR/w1IYiTURU@camus>
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: quoted-printable
Subject: Re: [bitcoin-dev] Provisions (was: PSA: Taproot loss of quantum
protections)
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: Wed, 17 Mar 2021 04:24:54 -0000
Good morning Andrew and Andrea,
Further afield: https://en.bitcoin.it/wiki/Taproot_Uses
Taproot ring signatures was also asked by Andrea, above page contains this =
link (have not actually read it myself): https://github.com/jonasnick/tapro=
ot-ringsig
Regards,
ZmnSCPxj
|