summaryrefslogtreecommitdiff
path: root/1a/80db442fe8fd3dcd737981e95f76a60c450d74
blob: 64b7bca5acdb17c05ed695412f81c8329ed89521 (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
Return-Path: <lists@achow101.com>
Received: from smtp2.osuosl.org (smtp2.osuosl.org [IPv6:2605:bc80:3010::133])
 by lists.linuxfoundation.org (Postfix) with ESMTP id 49193C0032
 for <bitcoin-dev@lists.linuxfoundation.org>;
 Tue, 10 Oct 2023 22:30:46 +0000 (UTC)
Received: from localhost (localhost [127.0.0.1])
 by smtp2.osuosl.org (Postfix) with ESMTP id 205834044D
 for <bitcoin-dev@lists.linuxfoundation.org>;
 Tue, 10 Oct 2023 22:30:46 +0000 (UTC)
DKIM-Filter: OpenDKIM Filter v2.11.0 smtp2.osuosl.org 205834044D
Authentication-Results: smtp2.osuosl.org; dkim=pass (2048-bit key,
 unprotected) header.d=achow101.com header.i=@achow101.com header.a=rsa-sha256
 header.s=protonmail2 header.b=pQAz/G6q
X-Virus-Scanned: amavisd-new at osuosl.org
X-Spam-Flag: NO
X-Spam-Score: -0.203
X-Spam-Level: 
X-Spam-Status: No, score=-0.203 tagged_above=-999 required=5
 tests=[BAYES_40=-0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1,
 DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_PASS=-0.001,
 SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Received: from smtp2.osuosl.org ([127.0.0.1])
 by localhost (smtp2.osuosl.org [127.0.0.1]) (amavisd-new, port 10024)
 with ESMTP id fNfGxfrdIa_I
 for <bitcoin-dev@lists.linuxfoundation.org>;
 Tue, 10 Oct 2023 22:30:45 +0000 (UTC)
Received: from mail-41103.protonmail.ch (mail-41103.protonmail.ch
 [185.70.41.103])
 by smtp2.osuosl.org (Postfix) with ESMTPS id 52BC540012
 for <bitcoin-dev@lists.linuxfoundation.org>;
 Tue, 10 Oct 2023 22:30:44 +0000 (UTC)
DKIM-Filter: OpenDKIM Filter v2.11.0 smtp2.osuosl.org 52BC540012
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=achow101.com;
 s=protonmail2; t=1696977030; x=1697236230;
 bh=nG7sopViw4mF8VxoOH6GCrDwrEoeZ93MPe4dZ67bKYk=;
 h=Date:To:From:Subject:Message-ID:Feedback-ID:From:To:Cc:Date:
 Subject:Reply-To:Feedback-ID:Message-ID:BIMI-Selector;
 b=pQAz/G6qB/9XceTFmZ37okGmdRhU6snwh/vGjS2FqQD9hUGVV5sl+uCRv/VutFeRw
 eKekIRqm3qOxb67ETIeThz7pvelD8NwoE52n6NGrJENKkTj4acT6TjYFFbqu9CyaCW
 rH511KFxaWFb/IqkMzRLJUgApe7ogTyEWAogHGa6bU2aY2+ykZiWZpxM5nsfTJUEkk
 3jjHqyQ5FVL+wHYjT6QgIciKoc2sN4VAk33IHjP+apVHWAvtPdpO6EScqBemNpJfnb
 RVTEniNilKFPW3bl3bNNOqASLNeibStLMoSEssTxVhaQg+l1PSZIk4nUCIotipnbTP
 V5N4qYjEUeoGg==
Date: Tue, 10 Oct 2023 22:30:21 +0000
To: Bitcoin Protocol Discussion <bitcoin-dev@lists.linuxfoundation.org>
From: Andrew Chow <lists@achow101.com>
Message-ID: <71971e91-c065-478e-8489-44cc4cdacca4@achow101.com>
Feedback-ID: 53660394:user:proton
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: quoted-printable
X-Mailman-Approved-At: Wed, 11 Oct 2023 13:04:28 +0000
Subject: [bitcoin-dev] Proposed BIP for MuSig2 Descriptors
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: Tue, 10 Oct 2023 22:30:46 -0000

Hi All,

I've written up a BIP draft for MuSig2 descriptors. It can be viewed at=20
https://github.com/achow101/bips/blob/musig2-descriptors/bip-musig2-descrip=
tors.mediawiki.

Andrew