MuSig2 đã sẵn sàng chờ đợi hai BIP mới: Giới thiệu kỷ nguyên mới về quyền riêng tư đa chữ ký

By Bitcoin Tạp chí - 5 tháng trước - Thời gian đọc: 3 phút

MuSig2 đã sẵn sàng chờ đợi hai BIP mới: Giới thiệu kỷ nguyên mới về quyền riêng tư đa chữ ký

Traditionally, creating an n-of-n multisig using CHECKMULTISIG means you’ll publish a proportional number of signatures and public keys on the blockchain to signers in the transaction. This approach not only reveals the total number of participants in the transaction, but also incurs progressively higher transaction fees as the number of signers grow. MuSig, on the other hand, allows a group of users to chung generate a single signature and public key to validate a transaction, which enhances privacy and lowers the transaction costs for all the signers involved.

When MuSig was initially introduced in 2018, its main shortcoming compared to CHECKMULTISIG was user experience, specifically the requirement for three rounds of interactive communication between signers. With the introduction of MuSig2 (GDP 327) in 2020, as the successor to the 2018 MuSig (also called MuSig1), we made significant progress in non-interactive signing, bringing us a much more desired experience.

Làm thế nào nó hoạt động

Bắt chước chức năng của phiên bản tiền nhiệm, MuSig2 giảm số vòng liên lạc cần thiết từ ba xuống còn hai. Quá trình thiết lập ví cho MuSig2 bắt đầu bằng cách thu thập tất cả các khóa công khai mở rộng (xpub) của người tham gia và xây dựng các bộ mô tả theo từng ví, tất cả đều phù hợp với các thông lệ đa chữ ký hiện có.

Giai đoạn ký MuSig2 sau đó bao gồm:

First-Round Message: During the wallet setup, nonces are generated, added to the Partially Signed Bitcoin Transactions (PSBTs), and shared amongst the other signers.Second-Round Message: The nonces received are used to create a partial signature and are sent back to each of the other signers.

Một giải pháp thay thế cho việc mỗi người ký trực tiếp truyền đạt chữ ký nonce và một phần của họ cho mọi người ký khác là giới thiệu một điều phối viên bên thứ ba để hợp lý hóa quy trình liên lạc.

In the signing process, each signer's nonce is composed of two elliptic curve points. These points are transmitted to other signers through the Partially Signed Bitcoin Transactions (PSBTs). These nonces require careful handling for accuracy and integrity in the process, but secure storage is not necessary since they are not confidential information. If all the individuals partial signatures are valid, then the produced Schnorr signatures are valid.

Các bước thực hiện tiếp theo

Tháng trước, Andy Châu put forward two BIP drafts, MuSig2 PSBTsMuSig2 Descriptors, which are a necessary step in MuSig2 adoption and wallet integration. The first BIP adds fields for the nonces, public keys, and partial signatures in the PSBTs, and the second BIP provides a method for describing transaction outputs that are controlled by a MuSig2 wallet. Together, these BIPs and specifications are all we need for integration of MuSig2 wallets!

Many wallet developers and collaborative custody giải pháp have long requested this standardization of the MuSig2 protocol. Now, with the formalized BIPs in place, it's in the community's hands to review, give feedback, and help raise awareness. At Blockstream, we look forward to participating in the public discussions and letting the formal BIP review process take place.

This is a guest post by Kiara Bickers. Opinions expressed are entirely their own and do not necessarily reflect those of BTC Inc or Bitcoin Tạp chí.

Nguồn chính thức: Bitcoin Tạp chí