Close Menu
    Facebook X (Twitter) Instagram
    Trending
    • The United States Leads the Charge in Bitcoin Adoption: A Rising Correlation with Stock Markets
    • Memecoins Stir Up the Market – CryptoNinjas
    • Meme Coins Are #1 Trend in 2024
    • Top Analyst Now Sees Window of Opportunity for Bitcoin and Altcoins To Pop – But There’s a Catch
    • Toncoin Signals Accumulation Phase as Open Interest Hits Nine-Month Low – What’s Next?
    • Bitget Token Surprises the Market by Rising 813% in 2024: Can You Predict Its 2025 Value?
    • Ethereum Price Approaches Critical Resistance: A Turning Point?
    • DeFi Exploits Plunge 40% In 2024, But Centralized Exchange Losses Soar – Report
    Coin Elites
    • Home
    • Cryptocurrency
    • Crypto News
    • Ethereum
    • Bitcoin News
    • Blockchain
    • Altcoins
    • Shop
    Coin Elites
    Home»Crypto News»The Key to FROST: What is Distributed Key Generation?
    Crypto News

    The Key to FROST: What is Distributed Key Generation?

    dfrancis36By dfrancis36August 2, 2024No Comments6 Mins Read
    Share
    Facebook Twitter LinkedIn Pinterest Email

    [ad_1]

    Multisig is a familiar concept for most in Bitcoin: a multisig transaction requires approval from multiple parties before it can be executed. We distinguish between “n-of-n” multi-signatures, where the number of involved parties is n, and they all need to approve, and “t-of-n” threshold signatures, where only a smaller number t of participants need to approve. Cryptographic schemes like MuSig, MuSig-DN and MuSig2 for multi-signatures and FROST by Komlo and Goldberg for threshold signatures can reduce transaction cost and improve privacy of multisig wallets.

    So far, in the Bitcoin Community FROST has only been used in experimental implementations. In this post, we explain why this is the case and how we aim to advance FROST in a Bitcoin production environment through our recent publication of a BIP draft for the ChillDKG distributed key generation protocol.

    First, what are the benefits of FROST?

    Privacy and Efficiency Gains with MuSig2 and FROST

    With MuSig2 and FROST, even though multiple participants contribute to the signing process, the outcome is a single signature.

    This not only gives better privacy to the participants by making the transaction look like as ordinary singlesig-wallet transaction. It also trims down the transaction, reducing its size and therefore lowering the transaction fee. All great things!

    MuSig2 and FROST allow Bitcoin users to operate a multisig wallet with the same transaction cost as a regular single-signature wallet. The cost benefits are especially significant for systems with a large number of signers and frequent transactions, such as federated sidechains like Liquid or Fedimint. Unlike traditional multisig, which leaves a distinct fingerprint that allows blockchain observers to identify transactions of the wallet, FROST-based wallets are indistinguishable from regular single-signature wallets on the blockchain. Therefore, they provide an improvement in privacy compared to traditional multisig wallets.

    While MuSig2 has seen adoption from the Bitcoin industry, the same cannot be said for FROST as far as we know. This may be surprising, considering the existence of multiple FROST implementations, such as in ZF FROST (by the Zcash Foundation), secp256kfun (by Lloyd Fournier), and an experimental implementation in libsecp256k1-zkp (by Jesse Posner and Blockstream Research). There is even a IETF specification for FROST, RFC 9591 (though it is not compatible with Bitcoin due to Taproot tweaking and x-only public keys). One of the most plausible explanations is that FROST’s key generation process is considerably more complex compared to MuSig2.

    The Unresolved Puzzle of FROST in Production Systems

    FROST essentially consists of two parts: key generation and signing. While the signing process closely resembles that of MuSig2, key generation is significantly more involved than in MuSig2. Key generation in FROST is either trusted or distributed:

    1. Trusted key generation involves a “trusted dealer” who generates the key and distributes key shares to the signers. The dealer represents a single point of failure: if malicious or hacked, the FROST wallet is at risk of being emptied.
    2. Distributed key generation (DKG), while eliminating the need for a trusted dealer, presents its own challenges: All participants need to be involved in an interactive key generation “ceremony” run before signing can start.

    The Core Challenge: Agreement

    DKG typically requires secure (i.e., authenticated and encrypted) channels between participants to deliver secret shares to individual signers, and a secure agreement mechanism. The purpose of the secure agreement mechanism is to ensure that all participants eventually reach agreement over the results of the DKG, which include not only parameters such as the generated threshold public key, but also whether no error occurred and the ceremony was not disrupted by a misbehaving participant.

    While the IETF specification considers DKG out of scope entirely, the FROST implementations mentioned above do not implement secure agreement, leaving this task to the library user. But agreement is not trivial to implement: there exist countless protocols and flavors of agreement, ranging from simple echo broadcast schemes to full-fledged Byzantine consensus protocols, and their security and availability guarantees differ significantly, and sometimes subtly.

    Despite the confusion that may arise due to this jungle of agreement protocols, the exact flavor of agreement that DKG relies on is often not clearly communicated to engineers, leaving them in the dark.

    ChillDKG: a Standalone DKG for FROST

    To overcome this obstacle, we propose ChillDKG, a new “ready-to-use” DKG protocol tailored to the use in FROST (draft). We provide a detailed description in the form of a draft of a Bitcoin Improvement Proposal (BIP), which is intended to serve as a specification for implementers.

    The main feature of ChillDKG is that it is standalone: The establishment of secure communications and secure agreement is done within the protocol, while all of this underlying complexity is hidden behind a simple and hard-to-misuse API. As a result, ChillDKG is ready to use in practice and does not rely on any setup assumption, except that each signer has decided on the set of co-signers as identified by individual public keys. ChillDKG is based on the SimplPedPop protocol, in whose design and formal security proof Blockstream Research has been involved, see, the CRYPTO 2023 paper “Practical Schnorr Threshold Signatures Without the Algebraic Group Model” by Chu, Gerhart, Ruffing (Blockstream Research), and Schröder

    Additional goals for ChillDKG’s design include:

    • Broad applicability: ChillDKG supports a wide range of scenarios, from those where the signing devices are owned and connected by a single individual to those where multiple owners manage the devices from distinct locations.
    • Simple backups: Instead of having to back up secrets received from the other signers in a secure location, ChillDKG allows restoring the wallet solely from the device seed and public data that is the same for all DKG participants. Consequently, an attacker gaining access to the public backup data does not obtain the secret signing key, and if a user loses their backup, they can request it from another honest signer.

    The ChillDKG BIP is currently in draft stage, and we are seeking feedback on design choices and implementation details. While the specification is mostly complete, it lacks test vectors, and we are considering adding some additional features (e.g., “identifiable aborts”). Once finalized, the ChillDKG BIP can be used in combination with a BIP for FROST signing to instantiate the entire FROST protocol.

    This is a guest post by Jonas Nick, Kiara Bickers, and Tim Ruffing. Opinions expressed are entirely their own and do not necessarily reflect those of BTC Inc or Bitcoin Magazine.

    [ad_2]

    Source link

    Share. Facebook Twitter Pinterest LinkedIn Tumblr Email
    dfrancis36
    • Website

    Related Posts

    Meme Coins Are #1 Trend in 2024

    December 25, 2024

    Avg Active Users Jumped 10% In 2024

    December 25, 2024

    Crypto Staking Classified As Taxable By IRS Amid Legal Dispute

    December 25, 2024

    Singapore Takes the Lead Over Hong Kong in Asia’s Crypto Hub Race – Here’s Why

    December 24, 2024
    Add A Comment
    Leave A Reply Cancel Reply

    Top Posts

    The United States Leads the Charge in Bitcoin Adoption: A Rising Correlation with Stock Markets

    January 28, 2025

    Memecoins Stir Up the Market – CryptoNinjas

    December 25, 2024

    Meme Coins Are #1 Trend in 2024

    December 25, 2024

    Top Analyst Now Sees Window of Opportunity for Bitcoin and Altcoins To Pop – But There’s a Catch

    December 25, 2024

    Toncoin Signals Accumulation Phase as Open Interest Hits Nine-Month Low – What’s Next?

    December 25, 2024
    Categories
    • Altcoins
    • Bitcoin News
    • Blockchain
    • Crypto News
    • Cryptocurrency
    • Ethereum
    About us

    Welcome to CoinElites.com, your premier destination for the latest news and insights in the dynamic world of cryptocurrency. Our blog is dedicated to providing you with up-to-the-minute updates and comprehensive analysis on everything related to Crypto News, Bitcoin, Ethereum, and other cryptocurrencies.

    At CoinElites.com, we understand the fast-paced nature of the crypto market and the importance of staying informed. Whether you're an experienced trader, a casual investor, or someone new to the world of digital currencies, our mission is to deliver accurate and relevant information to help you navigate the ever-evolving landscape of cryptocurrency.

    Top Insights

    The United States Leads the Charge in Bitcoin Adoption: A Rising Correlation with Stock Markets

    January 28, 2025

    Memecoins Stir Up the Market – CryptoNinjas

    December 25, 2024

    Meme Coins Are #1 Trend in 2024

    December 25, 2024
    Categories
    • Altcoins
    • Bitcoin News
    • Blockchain
    • Crypto News
    • Cryptocurrency
    • Ethereum
    • Privacy Policy
    • Disclaimer
    • Terms & Conditions
    • About us
    • Contact us
    Copyright © 2024 Coinelites.com All Rights Reserved.

    Type above and press Enter to search. Press Esc to cancel.