Return-Path: Received: from silver.osuosl.org (smtp3.osuosl.org [140.211.166.136]) by lists.linuxfoundation.org (Postfix) with ESMTP id 3A21BC0051 for ; Mon, 26 Oct 2020 13:00:42 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id F182E2E0FD for ; Mon, 26 Oct 2020 13:00:41 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id FNDbp64gGLAl for ; Mon, 26 Oct 2020 13:00:41 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mail.ruggedbytes.com (mail.ruggedbytes.com [88.99.30.248]) by silver.osuosl.org (Postfix) with ESMTPS id 303772E0EF for ; Mon, 26 Oct 2020 13:00:41 +0000 (UTC) Received: from mail.ruggedbytes.com (localhost [127.0.0.1]) by mail.ruggedbytes.com (Postfix) with ESMTPS id 5ABB4260023D for ; Mon, 26 Oct 2020 13:00:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=simplexum.com; s=mail; t=1603717238; bh=iYqpIVSVUVU0ZC1XIRen9Ia9bd7d/PHb1+qH/EjkO/g=; h=Date:From:To:Subject:In-Reply-To:References; b=CCSrW16tcaaow10BxYIQlW3CgmbRcn4l8BTqvWo92RuGkop/n9/JVDyKMwYdwBhpn yvMVpRZdq9b4WFHu3BjASqiSygVLAsjlCmC9X5xXA+bPMnfW88xGRy0mdOc7hNj0S8 I7K5sGecnRliihqFWOlyWNBYYlRej7T9MEyluHfg= Date: Mon, 26 Oct 2020 14:04:56 +0100 From: Dmitry Petukhov To: Dmitry Petukhov via bitcoin-dev Message-ID: <20201026140350.3756d4f7@simplexum.com> In-Reply-To: <20200706202427.5fcffc3c@simplexum.com> References: <20200702212839.2d59e435@simplexum.com> <20200703143945.kvuczb7z4vr6ehwr@ganymede> <20200703215344.349376cd@simplexum.com> <20200706202427.5fcffc3c@simplexum.com> Organization: simplexum.com MIME-Version: 1.0 Content-Type: multipart/signed; boundary="Sig_/vR562xisWyYI17P6VX1Z+Uc"; protocol="application/pgp-signature"; micalg=pgp-sha256 X-Mailman-Approved-At: Mon, 26 Oct 2020 14:15:37 +0000 Subject: Re: [bitcoin-dev] BIP draft: BIP32 Path Templates X-BeenThere: bitcoin-dev@lists.linuxfoundation.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: Bitcoin Protocol Discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Oct 2020 13:00:42 -0000 --Sig_/vR562xisWyYI17P6VX1Z+Uc Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable I have added a Python reference implementation of BIP32 path templates, that is also compatible with micropython: https://github.com/dgpv/bip32_template_python_implementation The FSM formal spec has received a small corrections since the announcement, and the reference implementations (C and this new python implementation) are tested even more thoroughly now. I submitted a PR to the bips repo: https://github.com/bitcoin/bips/pull/1025, any comments welcome. --Sig_/vR562xisWyYI17P6VX1Z+Uc Content-Type: application/pgp-signature Content-Description: Цифровая подпись OpenPGP -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEsXo1u6GHOVeE4qazIwHSa9wVFg0FAl+WyXgACgkQIwHSa9wV Fg0oWg//cLzUZ53Mlz1R4NCmO7w1EVXz9kpymaa+ljhbuyMsmhsgFD+8UjXn3Wtd p2VIZAwHvvIkFBxYyGs0b1qEepOefx2z4gAfEjwckfgVLdR3TiQz9TxVduH3egv4 RV3dzz8ZcppuaOd9Ce4biAbtBJeui2l86jcfgtHR/vYvuO0g8a6vP4zRT665Nwzl NVr25/fm3y2YPHWbehY2qViWlo8+ZVhhYMg8TJSpQd8+Z1xmy56dr5hM3WyL6bkL cpkunlaHoK3xUDDiGxUkESDdoJSbPSNItde5GLU15RYXLEinG5HVKlO/jsET+tjA 6+N8SGoWeoSYFpJyZJrKs9rzD+AyxNtAsACckLjVBuh4AiO1hye7c9Qdg7RTGLHl bcDuUPjFgpV6bnH4Z1lVht8DZSF2NU3VmVuga39iPFgvsAQLw/eVRYvOuGGDhskZ WZtBnZCDrt1D7R3mhd8fL9c5mBtxWEg6iYrnkVI/h3+fJBzx7+4ChBKTwHc5vlLT tijUCyS2zObsLpmSbwDL9/bxWGJvNJDCGhhPz2HgwanXo110AbHf48csQGoHVJn2 EyGbShskeI9Ydy+0R2zrBTE+yD6MsFV1G/27aJWkLOodBAbMekRCPFbb4XRHSzP+ LOYlGCOyuR8xIymzQfqbpTyOlKHKH9S+/HjIIDrv7IT+mjLkQzY= =WcUM -----END PGP SIGNATURE----- --Sig_/vR562xisWyYI17P6VX1Z+Uc--