Return-Path: Received: from smtp1.linuxfoundation.org (smtp1.linux-foundation.org [172.17.192.35]) by mail.linuxfoundation.org (Postfix) with ESMTPS id 78EE9891 for ; Fri, 31 Aug 2018 05:23:07 +0000 (UTC) X-Greylist: whitelisted by SQLgrey-1.7.6 Received: from mail-io0-f176.google.com (mail-io0-f176.google.com [209.85.223.176]) by smtp1.linuxfoundation.org (Postfix) with ESMTPS id 24148224 for ; Fri, 31 Aug 2018 05:23:07 +0000 (UTC) Received: by mail-io0-f176.google.com with SMTP id y10-v6so9488769ioa.10 for ; Thu, 30 Aug 2018 22:23: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:from:date:message-id:subject:to :content-transfer-encoding; bh=6KnDFbCERQiNquevCaIOcQwVr5Fqssr76uFfFWF/R+8=; b=nmRTv6LOy2cdPGtVxxINJ9rV+v1TyeShnqycsOFWTwhcVwoYCqjvPEvgV96sDYmbdR 4cE7ehXJgC1Bq0igeuFmm5ogu11FDEM+US7Rwy4MNpWIPC6NvQPxX25q9hj+yjNV7/Tv aMeOxgFtPDZY67BzFN4xHePmpGj2Xye14ffFTqne4uu4IHB1WrNdVy/coV9rx4MEFchK lquy+SlfxbvDl7V3l+EXYOdF0e12dKAf3u88O/qaNK30eicq7EvxttSpK48q22qckK2Q mNIgwh0+a7fCWmI750LNxbPyIILLaPDyuKgiLHQQM0vxq8KpU7uzjq6zzzwa0Glq0iN7 h6Zw== 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:from:date :message-id:subject:to:content-transfer-encoding; bh=6KnDFbCERQiNquevCaIOcQwVr5Fqssr76uFfFWF/R+8=; b=tHgW86a0nVVQ9yBA+XyZIsr3EFu+vVsXRvWv51fuQrrAiOxFJKNQwFyFFCVIFkUpEq C/VrLENGXj7QKJQXMta3V7EnvUzqFIPsnu0MLuV7CGBCx1nr8PNiduBbn26JsACAXWCG 1Oz0pOo+iKILxb+tsHys3L9zuWElPnvv77Kvvd8BjhdbzDeoSYf1W0oVhNS/wl1o8OYP 92/GZdjxtn3pxGa2pw058IifZv2pEqI5ISDgO7ZxL4MsFb0lSCP0cY/u1Eq2vPkt8cYm oCP3yYPSgV3sbDRTnChFLchitQ4tQ/W7NVVHmxC+RGPvm3GEgNJnhoP9Wo3G77Gt1myd XjyQ== X-Gm-Message-State: APzg51Ci6OZVw1wVuWGLwsEG03O5BgEGGronGagUGqZXSS85i3dJFQ1J fQCstBjwJ40LneCp1YluHHUZamIpl7hoFij0zQsIQ/Lx X-Google-Smtp-Source: ANB0VdYO2G02hgmqseL/1/cpNhXEYg3i/GubYSdAQJDfNCr27BhzVkzLizQvJ4BA3xHdFKSmPkAQ762pxvp/sD4h6XA= X-Received: by 2002:a6b:b846:: with SMTP id i67-v6mr11098043iof.248.1535692986132; Thu, 30 Aug 2018 22:23:06 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: nakagat Date: Fri, 31 Aug 2018 14:22:54 +0900 Message-ID: To: bitcoin-dev@lists.linuxfoundation.org Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Spam-Status: No, score=-2.0 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, FREEMAIL_FROM, 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: Fri, 31 Aug 2018 12:41:13 +0000 Subject: Re: [bitcoin-dev] Multisignature for bip-schnorr 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: Fri, 31 Aug 2018 05:23:07 -0000 Hi all, I wrote t-of-k threshold signature procedure using bip-schnorr. If you have time to review and give feedback, I=E2=80=99d really appreciate= it. Thanks in advance! Threshold Signatures https://gist.github.com/tnakagawa/e6cec9a89f698997dc58a09db541e1eb Original https://github.com/sipa/bips/blob/bip-schnorr/bip-schnorr.mediawiki#Multisi= gnatures_and_Threshold_Signatures --=20 nakagawa 2018=E5=B9=B48=E6=9C=887=E6=97=A5(=E7=81=AB) 15:35 nakagat : > > Hi all, > > I wrote a multisignature procedure using bip-schnorr. > > If you have time to review and give feedback, I=E2=80=99d really apprecia= te it. > Thanks in advance! > > Multisignature > https://gist.github.com/tnakagawa/0c3bc74a9a44bd26af9b9248dfbe598b > > Original > https://github.com/sipa/bips/blob/bip-schnorr/bip-schnorr.mediawiki#Multi= signatures_and_Threshold_Signatures > > -- > nakagawa