Return-Path: Received: from smtp1.linuxfoundation.org (smtp1.linux-foundation.org [172.17.192.35]) by mail.linuxfoundation.org (Postfix) with ESMTPS id C21DAAF3 for ; Tue, 27 Nov 2018 17:53:04 +0000 (UTC) X-Greylist: whitelisted by SQLgrey-1.7.6 Received: from mail-oi1-f175.google.com (mail-oi1-f175.google.com [209.85.167.175]) by smtp1.linuxfoundation.org (Postfix) with ESMTPS id 7AC1A762 for ; Tue, 27 Nov 2018 17:53:03 +0000 (UTC) Received: by mail-oi1-f175.google.com with SMTP id m6so8404093oig.11 for ; Tue, 27 Nov 2018 09:53:03 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to:cc; bh=04lIDBfk9+SRzKDhtmR8awowxT9a8sxIfGLLybzHIBs=; b=GJKRHrntPMe8HQKmU11M4TVwJSzAGojxrw4EmsupjRwm4vElk8Q64JjDZ7az71zA+G ViniIW7liIr30lszEaboI06mHK7lcfTdjAk4TDmQggpZQv2Jh3DnKiXQTRLrHveCrVK1 t2AXCe2VHf5ZV/rYa8ZeU+BrwoRmYH7qgO/xH/2Hdji5R3IRn38mTpaZDROvfNSbdl5D 1ygMy3bSt3QP5AF0YT4kvi6lJ7mqRZMCemoLux7zHteR4Uam+NE88mXjVtrHI9w/g/wd jRRDFN7Euv5AfaBKHj5rcJjxujaMlEiJ9lFtvQyKYVjuHlpLNe9Whgd5V2ICT+OrdAew Azeg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to:cc; bh=04lIDBfk9+SRzKDhtmR8awowxT9a8sxIfGLLybzHIBs=; b=JODALW/uyvYUuv9673YY7iUtuw7hmmBRltV0HRm6E+9ZhoSbdH+B00sD50BwKducbo 8KyWsTJs4Ljj4+9j96UxfKRHha9AWuaoq4SDou4h40+Si4ntzcSZzD5xj+/YXSyPSKNa B9E3HdJoAtyQuKUEySO5oAKhhELMUoVX6cRwkvh7yU+Zx1my1t+CpfrhCYHy6NROvVLk wLwTKnjihMVCGCPsrcpqhBKJBvA6sz6MDhGEAvjSYakDCNCzxOGMnMSKhvluyu6FqJUD YuNIs2/+5FqE+Qd1wK4t+JY2Hj1m2rnPEZx39WyjKHOAf9I/2r57CPY1YuwOOW96Qr7e qIyQ== X-Gm-Message-State: AGRZ1gI5vhumeGEMdFYXt3BCCF2rrqwxSA/eT0SFE3RUkUbA2OmU7lFE hemMQSh01BNnNLxn30F97lu5QyUzWS4stleULA6CndTa X-Google-Smtp-Source: AJdET5dV870QukdTKZjFY8A3sVl3Wh62DyCbMvt7ZNV3fCOwP5D9sgRESazL+WP6YwspBiSJaKgU19kK2mOvRqz3b60= X-Received: by 2002:aca:2c05:: with SMTP id s5mr19537451ois.190.1543341182460; Tue, 27 Nov 2018 09:53:02 -0800 (PST) MIME-Version: 1.0 From: Omer Shlomovits Date: Tue, 27 Nov 2018 19:52:51 +0200 Message-ID: To: bitcoin-dev@lists.linuxfoundation.org Content-Type: multipart/alternative; boundary="000000000000f2a6fa057ba91eea" 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: Tue, 27 Nov 2018 19:18:26 +0000 Cc: Gary Benattar , elichai.turkel@gmail.com, Roman Zeyde , Morten Dahl Subject: [bitcoin-dev] Multi party Schnorr Rust implementation 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: Tue, 27 Nov 2018 17:53:04 -0000 --000000000000f2a6fa057ba91eea Content-Type: text/plain; charset="UTF-8" Hello all, I am working for the past few months with collaborators (in cc) on providing Rust reference implementations to existing multi party schemes for Schnorr signatures [1]. This includes aggregated signatures, accountable signatures (which for n out of n are multi-signatures) and threshold signatures (wip). The project can be found here: https://github.com/KZen-networks/multi-party-schnorr . We aim that if the protocol is run in a configuration of a single party it will be bip-schnorr [2] compliant. Hope you'll find it useful :) Questions, suggestions and pull requests are welcome! [1] https://github.com/KZen-networks/multi-party-schnorr/tree/master/papers [2] https://github.com/sipa/bips/blob/bip-schnorr/bip-schnorr.mediawiki --000000000000f2a6fa057ba91eea Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hello a= ll,

I am working for the past few months with collaborat= ors (in cc) on providing Rust reference implementations to existing multi p= arty schemes for Schnorr signatures [1]. This includes aggregated signature= s, accountable signatures (which for n out of n are multi-signatures) and t= hreshold signatures (wip).=C2=A0
The project can be found here:= =C2=A0http= s://github.com/KZen-networks/multi-party-schnorr .=C2=A0
We a= im that if the protocol is run in a configuration of a single party it will= be bip-schnorr [2] compliant.=C2=A0

Hope you= 9;ll find it useful :)
Questions, suggestions and pull requests are welcome!



--000000000000f2a6fa057ba91eea--