Return-Path: Received: from smtp1.linuxfoundation.org (smtp1.linux-foundation.org [172.17.192.35]) by mail.linuxfoundation.org (Postfix) with ESMTPS id 80439899 for ; Mon, 9 Jul 2018 00:28:08 +0000 (UTC) X-Greylist: whitelisted by SQLgrey-1.7.6 Received: from mail-wr1-f42.google.com (mail-wr1-f42.google.com [209.85.221.42]) by smtp1.linuxfoundation.org (Postfix) with ESMTPS id 08E08FC for ; Mon, 9 Jul 2018 00:28:07 +0000 (UTC) Received: by mail-wr1-f42.google.com with SMTP id t6-v6so9149065wrn.7 for ; Sun, 08 Jul 2018 17:28:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:reply-to:from:date:message-id :subject:to:cc; bh=N3K6kl9CwUQwfJaWPJgimSpQ65Jffw4jbwWzwRC2kr0=; b=BIsgtRhIFZvP4nOJq88EIMENHgA90q9V2qUBqk9PQl3Rf0myhjYmynQ9m2lzTVFKxA MKTV1fVESuZYTLUeXtgkrmWDUJnQ5h3rOFqpBiIAbpYbhBJSrntwxc5SRCy8n6VtsKHL tQcOSy/wztEVf3IeBEB0/GrZdKUKcM3+SpQmgQWfClkV1F+es3UGkh7xFo7Q9GvS2yeF nuInuan+b8UQSGOgsShlsxAy8nU0/z/pn0kbd5RYdDEsvvzxYcAvv4Wm3U0TVmTjGZoT GwU45ZfIvS4Sw6A9KrOWxRwD7wLA+nAgPS2zc0Lg+80Ip0nnGHNYduB2blE2U2t0ne6T bXOA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:reply-to :from:date:message-id:subject:to:cc; bh=N3K6kl9CwUQwfJaWPJgimSpQ65Jffw4jbwWzwRC2kr0=; b=qc7TqveSpxqXuKMRLKJiRIxIf4TKC+keMW1aKTGhmNMvQ3p64oyrHrOf2lsWn2Bcnx DSt5FDx0LDdC5sgdNX2opJoUlH2+mGxeTRxY/fqkUGozk/uQY3Rp2LAwT/i58EWxM7Gu WIUnWbVzoUVXRGynIgMQsz8ZGU62sxXhE9pFaUYyFRhJd4VxIKYKihcEsbaiXqyazUFC bQHcOKVsLMi7vZixIexAKwSY4z0RlY3vj1rttl56HcgDt7I4z4WnCvYVcluxEZLlFiOf L/n89OhEjyv2gN3JgN52oEMi/cy34t65ARL9R4KUGtP2UcmOY5ivQf0h30l6FdAQ/HGd ODEQ== X-Gm-Message-State: APt69E3Kiggn2I0ud349qFaEfoG8+oTREO/YAj8FHn4xIgTcuO8ftLd0 GgQcdmGTZ72NzZ6XyrgAiA8RZzWVgZT1UYqJkwsPV5HtSQ== X-Google-Smtp-Source: AAOMgpcbPJvCbyLFxb7bq4y+iJRxwCdgxkTxt1+LubiZR56IGEtXFwc2nQyq6/OcZWadycl3HUN0ejnNxwGTu3Y4wwE= X-Received: by 2002:adf:9d1c:: with SMTP id k28-v6mr13989311wre.29.1531096086513; Sun, 08 Jul 2018 17:28:06 -0700 (PDT) MIME-Version: 1.0 References: <08201f2292587821e6d23f6cc201d95e6e5ad2cd.camel@timruffing.de> In-Reply-To: Reply-To: erik@q32.com From: Erik Aronesty Date: Sun, 8 Jul 2018 20:27:53 -0400 Message-ID: To: Gregory Maxwell , Bitcoin Protocol Discussion Content-Type: multipart/alternative; boundary="0000000000005a8c12057086163b" X-Spam-Status: No, score=-2.0 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, FREEMAIL_FROM, HTML_MESSAGE, RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on smtp1.linux-foundation.org X-Mailman-Approved-At: Mon, 09 Jul 2018 02:20:47 +0000 Subject: Re: [bitcoin-dev] Multiparty signatures X-BeenThere: bitcoin-dev@lists.linuxfoundation.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Bitcoin Protocol Discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jul 2018 00:28:08 -0000 --0000000000005a8c12057086163b Content-Type: text/plain; charset="UTF-8" Pretty sure these non interactive sigs are more secure. On Sun, Jul 8, 2018, 5:02 PM Gregory Maxwell via bitcoin-dev < bitcoin-dev@lists.linuxfoundation.org> wrote: > On Sun, Jul 8, 2018 at 3:16 PM, Tim Ruffing via bitcoin-dev > wrote: > > so what > > you want is possible already with Schnorr signatures. > > As also described in "Multisignatures and Threshold Signatures" in the BIP. > _______________________________________________ > bitcoin-dev mailing list > bitcoin-dev@lists.linuxfoundation.org > https://lists.linuxfoundation.org/mailman/listinfo/bitcoin-dev > --0000000000005a8c12057086163b Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Pretty sure these non interactive sigs are more secure.


On Sun, Jul 8, 2018, 5:02 PM Gregory Maxw= ell via bitcoin-dev <bitcoin-dev@lists.linuxfoundation.org> wrote:
On Sun, Jul 8, 2018 at 3:16 PM, Tim Ruffing via bit= coin-dev
<bitcoin-dev@lists.linuxfoundation.org> wrote:=
> so what
> you want is possible already with Schnorr signatures.

As also described in "Multisignatures and Threshold Signatures" i= n the BIP.
_______________________________________________
bitcoin-dev mailing list
bitcoin-dev@lists.linuxfoundation.org
https://lists.linuxfoundati= on.org/mailman/listinfo/bitcoin-dev
--0000000000005a8c12057086163b--