<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
    <channel>
        <title>Sin7Y</title>
        <link>https://paragraph.com/@sin7y</link>
        <description>Sin7Y is a research community dedicated to delivering insightful research reports and technical reviews of the crypto industry. </description>
        <lastBuildDate>Sat, 30 May 2026 23:59:31 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>https://github.com/jpmonette/feed</generator>
        <language>en</language>
        <image>
            <title>Sin7Y</title>
            <url>https://storage.googleapis.com/papyrus_images/f5753e38c3ec242b0185993fa55d7449ad97308edece48ab65ad15a26fb65df8.png</url>
            <link>https://paragraph.com/@sin7y</link>
        </image>
        <copyright>All rights reserved</copyright>
        <item>
            <title><![CDATA[Sin7y Tech Review (32): A Comparative Study on Parallel Execution]]></title>
            <link>https://paragraph.com/@sin7y/sin7y-tech-review-32-a-comparative-study-on-parallel-execution</link>
            <guid>qDfKFxcpTBKP1cui511Z</guid>
            <pubDate>Fri, 30 Dec 2022 01:37:46 GMT</pubDate>
            <description><![CDATA[This research compares implementation systems similar to Ethereum and analyzes the difficulties and possibilities of achieving parallel execution of transactions. It’s worth noting that the chains analyzed for this research are based on the Account model design scheme, not including the UTXO scheme. Research ObjectsFISCO-BCOS, one of the consortium blockchains that support parallel execution of transaction verification within blocks.Khipu public chain, scala implementation of the Ethereum pro...]]></description>
            <content:encoded><![CDATA[<p>This research compares implementation systems similar to Ethereum and analyzes the difficulties and possibilities of achieving parallel execution of transactions. It’s worth noting that the chains analyzed for this research are based on the Account model design scheme, not including the UTXO scheme.</p><p><strong>Research Objects</strong></p><ol><li><p>FISCO-BCOS, one of the consortium blockchains that support parallel execution of transaction verification within blocks.</p></li><li><p>Khipu public chain, scala implementation of the Ethereum protocol.</p></li><li><p>Aptos public chain, Move Virtual Machine.</p><p>……</p></li></ol><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://hackmd.io/@sin7y/S1VJIkiYo"><strong>Details</strong></a><strong> <em>of this article can be found on Sin7Y’s HackMD channel.</em></strong></p><h1 id="h-about-us" class="text-4xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">About us</h1><p>Founded in 2021 and powered by top-notch blockchain developers, Sin7y is a project incubator and blockchain technology research team that explores the most important and cutting-edge technologies, including EVM, Layer2, cross-chain, privacy computing, autonomous payment solutions, etc. We are currently working on an EVM-compatible, fast, and scalable ZKVM called OlaVM. If you are interested in talking with us, feel free to join our <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="http://t.me/sin7y_labs">TG group</a> or email us at <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="mailto:contact@sin7y.com">contact@sin7y.com</a>.</p><h1 id="h-stay-tuned" class="text-4xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Stay Tuned</h1><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://sin7y.org/">Website</a> | <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://olavm.org/">Whitepaper</a> | <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://github.com/Sin7Y">GitHub</a> | <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/Sin7Y_Labs">Twitter</a> | <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="http://t.me/sin7y_labs">Telegram</a> | <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://hackmd.io/team/sin7y?nav=overview">HackMD</a> | <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://hackernoon.com/u/sin7y">HackerNoon</a></p>]]></content:encoded>
            <author>sin7y@newsletter.paragraph.com (Sin7Y)</author>
            <enclosure url="https://storage.googleapis.com/papyrus_images/3808a4d4afe4084fe7afd56b70cefc74522785e66bdd528411bb966239413de9.png" length="0" type="image/png"/>
        </item>
        <item>
            <title><![CDATA[Sin7Y Tech Review (31): Looking into Lookup Arguments]]></title>
            <link>https://paragraph.com/@sin7y/sin7y-tech-review-31-looking-into-lookup-arguments</link>
            <guid>TVz7jA8pb01LieZZpcPX</guid>
            <pubDate>Sat, 17 Dec 2022 15:56:30 GMT</pubDate>
            <description><![CDATA[As mentioned in the previous article Hello, OlaVM!, OlaVM’s vision is to build a high-performance ZKVM, and this article will focus on one of the tools that make OlaVM high-performance, namely, Lookup Arguments. Lookup Arguments play an important role in reducing the size of the circuit, thereby improving Zero Knowledge efficiency, and it’s widely used in the circuit design of ZKVMs. Throughout this article you’ll learn more about the following:What role do Lookup Arguments play in ZKVM?Plook...]]></description>
            <content:encoded><![CDATA[<p>As mentioned in the previous article <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://hackmd.io/@sin7y/H1yPj_J8i">Hello, OlaVM!</a>, <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://olavm.org/">OlaVM</a>’s vision is to build a high-performance ZKVM, and this article will focus on one of the tools that make OlaVM high-performance, namely, Lookup Arguments.</p><p>Lookup Arguments play an important role in reducing the size of the circuit, thereby improving Zero Knowledge efficiency, and it’s widely used in the circuit design of ZKVMs. Throughout this article you’ll learn more about the following:</p><ol><li><p>What role do Lookup Arguments play in ZKVM?</p></li><li><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://eprint.iacr.org/2020/315.pdf">Plookup protocol</a> principles</p></li><li><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://zcash.github.io/halo2/design/proving-system/lookup.html">Lookup Argument protocol</a> principle of Halo 2</p></li><li><p>The connection between the two Lookup Argument algorithms</p></li></ol><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://hackmd.io/@sin7y/HyqKwhddj"><strong>Details</strong></a><strong> <em>of this article can be found on Sin7Y’s HackMD channel.</em></strong></p><p>About us Founded in 2021 and powered by top-notch blockchain developers, Sin7y is a project incubator and blockchain technology research team that explores the most important and cutting-edge technologies, including EVM, Layer2, cross-chain, privacy computing, autonomous payment solutions, etc. We are currently working on an EVM-compatible, fast, and scalable ZKVM called OlaVM.</p><p>And you can find us here: <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://sin7y.org/">Website</a> | <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://olavm.org/">Whitepaper</a> |<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://github.com/Sin7Y">GitHub</a> | <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/Sin7Y_Labs">Twitter</a> | <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="http://t.me/sin7y_labs">Telegram</a> | <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://hackmd.io/team/sin7y?nav=overview">HackMD</a> | <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://hackernoon.com/u/sin7y">HackerNoon</a></p>]]></content:encoded>
            <author>sin7y@newsletter.paragraph.com (Sin7Y)</author>
            <enclosure url="https://storage.googleapis.com/papyrus_images/60244a682fcd3242890188b2c6b678290a55a2b2d8a07d8baad86f97c312f219.png" length="0" type="image/png"/>
        </item>
        <item>
            <title><![CDATA[Hello, OlaVM!]]></title>
            <link>https://paragraph.com/@sin7y/hello-olavm</link>
            <guid>ryaHDORY7AT2pbfTLskx</guid>
            <pubDate>Tue, 15 Nov 2022 01:34:44 GMT</pubDate>
            <description><![CDATA[We are working on building the first ZKVM based on a parallel execution architecture and achieving higher TPS through the improvement of ZK-friendly design and ZK algorithms. Details of this article can be found in Sin7Y’s HackMD channel. About us Founded in 2021 and powered by top-notch blockchain developers, Sin7Y is a project incubator and blockchain technology research team that explores the most important and cutting-edge technologies, including EVM, Layer2, cross-chain, privacy computin...]]></description>
            <content:encoded><![CDATA[<p>We are working on building the first ZKVM based on a parallel execution architecture and achieving higher TPS through the improvement of ZK-friendly design and ZK algorithms. </p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://hackmd.io/@sin7y/H1yPj_J8i"><em>Details</em></a> <em>of this article can be found in Sin7Y’s HackMD channel.</em></p><p>About us</p><p>Founded in 2021 and powered by top-notch blockchain developers, Sin7Y is a project incubator and blockchain technology research team that explores the most important and cutting-edge technologies, including EVM, Layer2, cross-chain, privacy computing, autonomous payment solutions, etc.</p><p>And you can find us here:</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://github.com/Sin7Y">GitHub</a> | <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/Sin7Y_Labs">Twitter</a> | <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://t.me/+Ygy2fzgGqgQyOWFl">Telegram</a> | <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="http://medium.com/@sin7y">Medium</a> | <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://mirror.xyz/0x75653EBc6166722F229BC0d1cCff445Cb65B89D1">Mirror</a> | <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://hackmd.io/team/sin7y?nav=overview">HackMD</a> | <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://hackernoon.com/u/sin7y">HackerNoon</a></p>]]></content:encoded>
            <author>sin7y@newsletter.paragraph.com (Sin7Y)</author>
            <enclosure url="https://storage.googleapis.com/papyrus_images/cc76aef973006659528a4c62819191836d804931c3c70f532312ed1dfa983095.jpg" length="0" type="image/jpg"/>
        </item>
        <item>
            <title><![CDATA[Sin7Y Tech Review(30): Thoughts on removing Memory constraints in the ZKEVM]]></title>
            <link>https://paragraph.com/@sin7y/sin7y-tech-review-30-thoughts-on-removing-memory-constraints-in-the-zkevm</link>
            <guid>eBvKadp5kr70VVb3upbd</guid>
            <pubDate>Fri, 09 Sep 2022 11:44:51 GMT</pubDate>
            <description><![CDATA[Details of this article can be found in Sin7Y’s HackMD channel. About us Founded in 2021 and powered by top-notch blockchain developers, Sin7Y is a project incubator and blockchain technology research team that explores the most important and cutting-edge technologies, including EVM, Layer2, cross-chain, privacy computing, autonomous payment solutions, etc. And you can find us here: GitHub | Twitter | Telegram | Medium | Mirror | HackMD | HackerNoon]]></description>
            <content:encoded><![CDATA[<p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://hackmd.io/@sin7y/S1Hb6FOej"><em>Details</em></a> <em>of this article can be found in Sin7Y’s HackMD channel.</em></p><p>About us</p><p>Founded in 2021 and powered by top-notch blockchain developers, Sin7Y is a project incubator and blockchain technology research team that explores the most important and cutting-edge technologies, including EVM, Layer2, cross-chain, privacy computing, autonomous payment solutions, etc.</p><p>And you can find us here:</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://github.com/Sin7Y">GitHub</a> | <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/Sin7Y_Labs">Twitter</a> | <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://t.me/+Ygy2fzgGqgQyOWFl">Telegram</a> | <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="http://medium.com/@sin7y">Medium</a> | <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://mirror.xyz/0x75653EBc6166722F229BC0d1cCff445Cb65B89D1">Mirror</a> | <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://hackmd.io/team/sin7y?nav=overview">HackMD</a> | <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://hackernoon.com/u/sin7y">HackerNoon</a></p>]]></content:encoded>
            <author>sin7y@newsletter.paragraph.com (Sin7Y)</author>
            <enclosure url="https://storage.googleapis.com/papyrus_images/4f58feb43477872dff52c4e784e63cb334d52342343ad4339dcd6e4f8757fb6b.png" length="0" type="image/png"/>
        </item>
        <item>
            <title><![CDATA[Sin7Y Tech Review(29): Design Principles of Private      Transactions in Aleo & Zcash]]></title>
            <link>https://paragraph.com/@sin7y/sin7y-tech-review-29-design-principles-of-private-transactions-in-aleo-zcash</link>
            <guid>BtYPUImoQEdtOc9M2JZi</guid>
            <pubDate>Fri, 02 Sep 2022 10:44:22 GMT</pubDate>
            <description><![CDATA[Details of this article can be found in Sin7Y’s HackMD channel. About us Founded in 2021 and powered by top-notch blockchain developers, Sin7Y is a project incubator and blockchain technology research team that explores the most important and cutting-edge technologies, including EVM, Layer2, cross-chain, privacy computing, autonomous payment solutions, etc. And you can find us here: GitHub | Twitter | Telegram | Medium | Mirror | HackMD | HackerNoon]]></description>
            <content:encoded><![CDATA[<p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://hackmd.io/@sin7y/rkxFXLkgs"><em>Details</em></a> <em>of this article can be found in Sin7Y’s HackMD channel.</em></p><p>About us</p><p>Founded in 2021 and powered by top-notch blockchain developers, Sin7Y is a project incubator and blockchain technology research team that explores the most important and cutting-edge technologies, including EVM, Layer2, cross-chain, privacy computing, autonomous payment solutions, etc.</p><p>And you can find us here:</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://github.com/Sin7Y">GitHub</a> | <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/Sin7Y_Labs">Twitter</a> | <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://t.me/+Ygy2fzgGqgQyOWFl">Telegram</a> | <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="http://medium.com/@sin7y">Medium</a> | <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://mirror.xyz/0x75653EBc6166722F229BC0d1cCff445Cb65B89D1">Mirror</a> | <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://hackmd.io/team/sin7y?nav=overview">HackMD</a> | <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://hackernoon.com/u/sin7y">HackerNoon</a></p>]]></content:encoded>
            <author>sin7y@newsletter.paragraph.com (Sin7Y)</author>
            <enclosure url="https://storage.googleapis.com/papyrus_images/77d6acbfb12d84226ed10ba36844bee334ec0b0c9c7ff228e7a14b44d5d874cd.png" length="0" type="image/png"/>
        </item>
        <item>
            <title><![CDATA[Sin7Y: About the Sinsemilla hash function used in OlaVM]]></title>
            <link>https://paragraph.com/@sin7y/sin7y-about-the-sinsemilla-hash-function-used-in-olavm</link>
            <guid>bYKxnXGW4rus6lWJqvVB</guid>
            <pubDate>Fri, 05 Aug 2022 13:49:16 GMT</pubDate>
            <description><![CDATA[Details of this article can be found in Sin7Y’s HackMD channel. About us Founded in 2021 and powered by top-notch blockchain developers, Sin7Y is a project incubator and blockchain technology research team that explores the most important and cutting-edge technologies, including EVM, Layer2, cross-chain, privacy computing, autonomous payment solutions, etc. And you can find us here: GitHub | Twitter | Telegram | Medium | Mirror | HackMD | HackerNoon]]></description>
            <content:encoded><![CDATA[<p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://hackmd.io/@sin7y/rylaFcc6c"><em>Details</em></a> <em>of this article can be found in Sin7Y’s HackMD channel.</em></p><p>About us</p><p>Founded in 2021 and powered by top-notch blockchain developers, Sin7Y is a project incubator and blockchain technology research team that explores the most important and cutting-edge technologies, including EVM, Layer2, cross-chain, privacy computing, autonomous payment solutions, etc.</p><p>And you can find us here:</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://github.com/Sin7Y">GitHub</a> | <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/Sin7Y_Labs">Twitter</a> | <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://t.me/+Ygy2fzgGqgQyOWFl">Telegram</a> | <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="http://medium.com/@sin7y">Medium</a> | <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://mirror.xyz/0x75653EBc6166722F229BC0d1cCff445Cb65B89D1">Mirror</a> | <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://hackmd.io/team/sin7y?nav=overview">HackMD</a> | <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://hackernoon.com/u/sin7y">HackerNoon</a></p>]]></content:encoded>
            <author>sin7y@newsletter.paragraph.com (Sin7Y)</author>
        </item>
        <item>
            <title><![CDATA[Sin7Y Tech Review (28): Specification for Marlin]]></title>
            <link>https://paragraph.com/@sin7y/sin7y-tech-review-28-specification-for-marlin</link>
            <guid>xanECvisEGEX44tdcAOM</guid>
            <pubDate>Fri, 22 Jul 2022 14:33:42 GMT</pubDate>
            <description><![CDATA[Details of this review can be found in Sin7Y’s HackMD channel. About us Founded in 2021 and powered by top-notch blockchain developers, Sin7Y is a project incubator and blockchain technology research team that explores the most important and cutting-edge technologies, including EVM, Layer2, cross-chain, privacy computing, autonomous payment solutions, etc. And you can find us here: GitHub | Twitter | Telegram | Medium | Mirror | HackMD | HackerNoon]]></description>
            <content:encoded><![CDATA[<p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://hackmd.io/@sin7y/BJV47Q_nq"><em>Details</em></a> <em>of this review can be found in Sin7Y’s HackMD channel.</em></p><p>About us</p><p>Founded in 2021 and powered by top-notch blockchain developers, Sin7Y is a project incubator and blockchain technology research team that explores the most important and cutting-edge technologies, including EVM, Layer2, cross-chain, privacy computing, autonomous payment solutions, etc.</p><p>And you can find us here:</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://github.com/Sin7Y">GitHub</a> | <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/Sin7Y_Labs">Twitter</a> | <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://t.me/+Ygy2fzgGqgQyOWFl">Telegram</a> | <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="http://medium.com/@sin7y">Medium</a> | <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://mirror.xyz/0x75653EBc6166722F229BC0d1cCff445Cb65B89D1">Mirror</a> | <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://hackmd.io/team/sin7y?nav=overview">HackMD</a> | <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://hackernoon.com/u/sin7y">HackerNoon</a></p>]]></content:encoded>
            <author>sin7y@newsletter.paragraph.com (Sin7Y)</author>
            <enclosure url="https://storage.googleapis.com/papyrus_images/a753b25ade8e3a33ada1085301ffdaa961c4282c6c6b9478ce37dd5fbc3d5b11.png" length="0" type="image/png"/>
        </item>
        <item>
            <title><![CDATA[Sin7Y Tech Review (27): Combined Selector]]></title>
            <link>https://paragraph.com/@sin7y/sin7y-tech-review-27-combined-selector</link>
            <guid>BAgbo8ehasEPCFtL7h5v</guid>
            <pubDate>Thu, 23 Jun 2022 10:03:00 GMT</pubDate>
            <description><![CDATA[When designing the zkvm circuit, because of many custom gates determined, there are a lot of binary selectors are introduced. Check out our analysis! Details of this review can be found in Sin7Y’s HackMD channel. About us Founded in 2021 and powered by top-notch blockchain developers, Sin7Y is a project incubator and blockchain technology research team that explores the most important and cutting-edge technologies, including EVM, Layer2, cross-chain, privacy computing, autonomous payment solu...]]></description>
            <content:encoded><![CDATA[<p>When designing the zkvm circuit, because of many custom gates determined, there are a lot of binary selectors are introduced. Check out our analysis!</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://hackmd.io/@sin7y/H10EO2Z5q"><em>Details</em></a> <em>of this review can be found in Sin7Y’s HackMD channel.</em></p><p>About us</p><p>Founded in 2021 and powered by top-notch blockchain developers, Sin7Y is a project incubator and blockchain technology research team that explores the most important and cutting-edge technologies, including EVM, Layer2, cross-chain, privacy computing, autonomous payment solutions, etc.</p><p>And you can find us here:</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://github.com/Sin7Y">GitHub</a> | <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/Sin7Y_Labs">Twitter</a> | <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://t.me/+Ygy2fzgGqgQyOWFl">Telegram</a> | <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="http://medium.com/@sin7y">Medium</a> | <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://mirror.xyz/0x75653EBc6166722F229BC0d1cCff445Cb65B89D1">Mirror</a> | <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://hackmd.io/team/sin7y?nav=overview">HackMD</a> | <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://hackernoon.com/u/sin7y">HackerNoon</a></p>]]></content:encoded>
            <author>sin7y@newsletter.paragraph.com (Sin7Y)</author>
            <enclosure url="https://storage.googleapis.com/papyrus_images/6172a1cd80cf4b029a510b102368f0d5f2c280db14897923621a706b8bc87ffc.png" length="0" type="image/png"/>
        </item>
        <item>
            <title><![CDATA[Sin7Y Tech Review (26): TinyRAM instruction set and circuit constraints]]></title>
            <link>https://paragraph.com/@sin7y/sin7y-tech-review-26-tinyram-instruction-set-and-circuit-constraints</link>
            <guid>tnk3Setm1ELb2oY5bABP</guid>
            <pubDate>Fri, 17 Jun 2022 09:41:31 GMT</pubDate>
            <description><![CDATA[TinyRAM is a simple Reduced Instruction Set Computer (RISC) with byte-level addressable random-access memory and input tapes. Details of this review can be found in Sin7Y’s HackMD channel. About us Founded in 2021 and powered by top-notch blockchain developers, Sin7Y is a project incubator and blockchain technology research team that explores the most important and cutting-edge technologies, including EVM, Layer2, cross-chain, privacy computing, autonomous payment solutions, etc. And you can ...]]></description>
            <content:encoded><![CDATA[<p>TinyRAM is a simple Reduced Instruction Set Computer (RISC) with byte-level addressable random-access memory and input tapes.</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://hackmd.io/@sin7y/rkz28TKY5"><em>Details</em></a> <em>of this review can be found in Sin7Y’s HackMD channel.</em></p><p>About us</p><p>Founded in 2021 and powered by top-notch blockchain developers, Sin7Y is a project incubator and blockchain technology research team that explores the most important and cutting-edge technologies, including EVM, Layer2, cross-chain, privacy computing, autonomous payment solutions, etc.</p><p>And you can find us here:</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://github.com/Sin7Y">GitHub</a> | <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/Sin7Y_Labs">Twitter</a> | <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://t.me/+Ygy2fzgGqgQyOWFl">Telegram</a> | <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="http://medium.com/@sin7y">Medium</a> | <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://mirror.xyz/0x75653EBc6166722F229BC0d1cCff445Cb65B89D1">Mirror</a> | <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://hackmd.io/team/sin7y?nav=overview">HackMD</a> | <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://hackernoon.com/u/sin7y">HackerNoon</a></p>]]></content:encoded>
            <author>sin7y@newsletter.paragraph.com (Sin7Y)</author>
            <enclosure url="https://storage.googleapis.com/papyrus_images/868f523c8579d799e93906bee61f2822123284a205010da1ac12ad46449c33a7.jpg" length="0" type="image/jpg"/>
        </item>
        <item>
            <title><![CDATA[Sin7Y Tech Review (25): STARK - An In-depth Technical Analysis]]></title>
            <link>https://paragraph.com/@sin7y/sin7y-tech-review-25-stark-an-in-depth-technical-analysis</link>
            <guid>IlSWewL65Lw5RrTJY9rX</guid>
            <pubDate>Fri, 10 Jun 2022 11:27:42 GMT</pubDate>
            <description><![CDATA[Have a look at this technical deep dive into STARKs. Details of this review can be found in Sin7Y’s HackMD channel. About us Founded in 2021 and powered by top-notch blockchain developers, Sin7Y is a project incubator and blockchain technology research team that explores the most important and cutting-edge technologies, including EVM, Layer2, cross-chain, privacy computing, autonomous payment solutions, etc. And you can find us here: GitHub | Twitter | Telegram | Medium | Mirror | HackMD | Ha...]]></description>
            <content:encoded><![CDATA[<p>Have a look at this technical deep dive into STARKs.</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://hackmd.io/1rAeP7_IQlqDI6NN9PBgjg"><em>Details</em></a> <em>of this review can be found in Sin7Y’s HackMD channel.</em></p><p>About us</p><p>Founded in 2021 and powered by top-notch blockchain developers, Sin7Y is a project incubator and blockchain technology research team that explores the most important and cutting-edge technologies, including EVM, Layer2, cross-chain, privacy computing, autonomous payment solutions, etc.</p><p>And you can find us here:</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://github.com/Sin7Y">GitHub</a> | <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/Sin7Y_Labs">Twitter</a> | <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://t.me/+Ygy2fzgGqgQyOWFl">Telegram</a> | <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="http://medium.com/@sin7y">Medium</a> | <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://mirror.xyz/0x75653EBc6166722F229BC0d1cCff445Cb65B89D1">Mirror</a> | <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://hackmd.io/team/sin7y?nav=overview">HackMD</a> | <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://hackernoon.com/u/sin7y">HackerNoon</a></p>]]></content:encoded>
            <author>sin7y@newsletter.paragraph.com (Sin7Y)</author>
            <enclosure url="https://storage.googleapis.com/papyrus_images/0b9a1c8e7bd41c2fbed49855635bc222fc24d88bfb3c39108c3dacd0cbddacad.png" length="0" type="image/png"/>
        </item>
        <item>
            <title><![CDATA[Sin7Y Tech Review (24): The Stark Proof System of Miden V1]]></title>
            <link>https://paragraph.com/@sin7y/sin7y-tech-review-24-the-stark-proof-system-of-miden-v1</link>
            <guid>WbdilH4swWuKjy6sLsLF</guid>
            <pubDate>Thu, 02 Jun 2022 14:09:14 GMT</pubDate>
            <description><![CDATA[Miden is a stark technology-based ZKVM implementation solution. In its basic layer, the stark proof is generated based on the ZKP library and the proof will be verified.* Details of this review can be found in Sin7Y’s HackMD channel.* About us Founded in 2021 and powered by top-notch blockchain developers, Sin7Y is a project incubator and blockchain technology research team that explores the most important and cutting-edge technologies, including EVM, Layer2, cross-chain, privacy computing, a...]]></description>
            <content:encoded><![CDATA[<p>Miden is a stark technology-based ZKVM implementation solution. In its basic layer, the stark proof is generated based on the ZKP library and the proof will be verified.*</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://hackmd.io/@sin7y/HkIELMUu9">Details</a> of this review can be found in Sin7Y’s HackMD channel.*</p><p><strong>About us</strong></p><p>Founded in 2021 and powered by top-notch blockchain developers, Sin7Y is a project incubator and blockchain technology research team that explores the most important and cutting-edge technologies, including EVM, Layer2, cross-chain, privacy computing, autonomous payment solutions, etc.</p><p><strong>And you can find us here:</strong></p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://github.com/Sin7Y">GitHub</a> | <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/Sin7Y_Labs">Twitter</a> | <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://t.me/+Ygy2fzgGqgQyOWFl">Telegram</a> | <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="http://medium.com/@sin7y">Medium</a> | <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://mirror.xyz/0x75653EBc6166722F229BC0d1cCff445Cb65B89D1">Mirror</a> | <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://hackmd.io/team/sin7y?nav=overview">HackMD</a> | <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://hackernoon.com/u/sin7y">HackerNoon</a></p>]]></content:encoded>
            <author>sin7y@newsletter.paragraph.com (Sin7Y)</author>
        </item>
        <item>
            <title><![CDATA[Sin7Y Tech Review (23): Verkle Tree For ETH]]></title>
            <link>https://paragraph.com/@sin7y/sin7y-tech-review-23-verkle-tree-for-eth</link>
            <guid>b5WGBBdYFhh3efWclGmA</guid>
            <pubDate>Thu, 19 May 2022 09:10:38 GMT</pubDate>
            <description><![CDATA[Compared to Merkle Tree, Verkle Tree has been improved a lot in the Proof size as a critical part of the ETH2.0 upgrade. When it comes to data with the size of one billion, the Merkle Tree proof will take 1kB, while the Verkle Tree proof only needs no more than 150 bytes. The Verkle Tree concept was proposed in 2018 by John Kuszmaul. The 23rd tech review by Sin7Y will demonstrate the principle of Verkle Tree. Read more: https://hackmd.io/@sin7y/rJZZy_mD9 About us Founded in 2021 and powered b...]]></description>
            <content:encoded><![CDATA[<h1 id="h-" class="text-4xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0"></h1><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/df56b3507b61c60ffc6632ce5280a77d8984256e58e1f7b917ac2a34222c47ca.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>Compared to Merkle Tree, Verkle Tree has been improved a lot in the Proof size as a critical part of the ETH2.0 upgrade. When it comes to data with the size of one billion, the Merkle Tree proof will take 1kB, while the Verkle Tree proof only needs no more than 150 bytes.</p><p>The Verkle Tree concept was proposed in 2018 by <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://math.mit.edu/research/highschool/primes/materials/2018/Kuszmaul.pdf">John Kuszmaul</a>. The 23rd tech review by Sin7Y will demonstrate the principle of Verkle Tree.</p><p>Read more: <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://hackmd.io/@sin7y/rJZZy_mD9">https://hackmd.io/@sin7y/rJZZy_mD9</a></p><p><strong>About us</strong></p><p>Founded in 2021 and powered by top-notch blockchain developers, Sin7Y is a project incubator and blockchain technology research team that explores the most important and cutting-edge technologies, including EVM, Layer2, cross-chain, privacy computing, autonomous payment solutions, etc.</p><p>**And you can find us here: **<a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://github.com/Sin7Y">GitHub</a> | <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/Sin7Y_Labs">Twitter</a> | <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://t.me/+Ygy2fzgGqgQyOWFl">Telegram</a> | <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="http://medium.com/@sin7y">Medium</a> | <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://mirror.xyz/0x75653EBc6166722F229BC0d1cCff445Cb65B89D1">Mirror</a> | <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://hackmd.io/team/sin7y?nav=overview">HackMD</a> | <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://hackernoon.com/u/sin7y">HackerNoon</a></p>]]></content:encoded>
            <author>sin7y@newsletter.paragraph.com (Sin7Y)</author>
        </item>
        <item>
            <title><![CDATA[Sin7Y Tech Review (22): Cairo — Instruction]]></title>
            <link>https://paragraph.com/@sin7y/sin7y-tech-review-22-cairo-instruction</link>
            <guid>vGw9LuC0kawOjuE6bRYJ</guid>
            <pubDate>Thu, 19 May 2022 09:09:13 GMT</pubDate>
            <description><![CDATA[Cairo is a practically-efﬁcient Turing-complete STARK-friendly CPU architecture. In this article, we introduce the CPU architecture of Cairo in terms of instruction structure and state transition and provide some examples of instruction. Details of this review can be found in Sin7Y’s HackMD channel. About us Founded in 2021 and powered by top-notch blockchain developers, Sin7Y is a project incubator and blockchain technology research team that explores the most important and cutting-edge tech...]]></description>
            <content:encoded><![CDATA[<figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/84de5e4629a90dd30806efdd693b33fb230ba74ec02cad7564feb8adb28464ec.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>Cairo is a practically-efﬁcient Turing-complete STARK-friendly CPU architecture. In this article, we introduce the CPU architecture of Cairo in terms of instruction structure and state transition and provide some examples of instruction.</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://hackmd.io/@sin7y/ry377VpE9#Instruction-examples"><em>Details</em></a><em> of this review can be found in Sin7Y’s HackMD channel.</em></p><p><strong>About us</strong></p><p>Founded in 2021 and powered by top-notch blockchain developers, Sin7Y is a project incubator and blockchain technology research team that explores the most important and cutting-edge technologies, including EVM, Layer2, cross-chain, privacy computing, autonomous payment solutions, etc.</p><p><strong>And you can find us here:</strong></p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://github.com/Sin7Y">GitHub</a> | <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/Sin7Y_Labs">Twitter</a> | <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://t.me/+Ygy2fzgGqgQyOWFl">Telegram</a> | <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="http://medium.com/@sin7y">Medium</a> | <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://mirror.xyz/0x75653EBc6166722F229BC0d1cCff445Cb65B89D1">Mirror</a> | <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://hackmd.io/team/sin7y?nav=overview">HackMD</a> | <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://hackernoon.com/u/sin7y">HackerNoon</a></p>]]></content:encoded>
            <author>sin7y@newsletter.paragraph.com (Sin7Y)</author>
        </item>
        <item>
            <title><![CDATA[Sin7Y Tech Review (21): Optimization of Multi-Scalar Multiplication Algorithm]]></title>
            <link>https://paragraph.com/@sin7y/sin7y-tech-review-21-optimization-of-multi-scalar-multiplication-algorithm</link>
            <guid>f2IUVNeZtUzrgue9flLO</guid>
            <pubDate>Wed, 13 Apr 2022 05:01:14 GMT</pubDate>
            <description><![CDATA[Sin7Y reviews the optimization of Multi-Scalar Multiplication in terms of two methods: the optimization based on the windowing technique and the optimization based on group endomorphism. Details of this report can be found in Sin7Y’s HackMD channel.About Sin7Y Sin7Y is a research community dedicated to delivering insightful research reports and technical reviews of the crypto industry. Powered by top-notch blockchain developers, Sin7Y analyzes the most cutting-edge technologies, including EVM...]]></description>
            <content:encoded><![CDATA[<figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/077d5132ef88b47176597915680bcdd4ec7c34636644a2b2d0f5ace3afce3e4b.jpg" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>Sin7Y reviews the optimization of Multi-Scalar Multiplication in terms of two methods: the optimization based on the windowing technique and the optimization based on group endomorphism.</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://hackmd.io/@sin7y/H1SOBPQ49"><strong><em>Details</em></strong></a> of this report can be found in Sin7Y’s HackMD channel.</p><hr><p><strong>About Sin7Y</strong></p><p>Sin7Y is a research community dedicated to delivering insightful research reports and technical reviews of the crypto industry. Powered by top-notch blockchain developers, Sin7Y analyzes the most cutting-edge technologies, including EVM, Layer2, cross-chain, privacy computing, and autonomous payment solutions, etc.</p><p><strong>Follow Us</strong></p><p>Twitter: <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/Sin7Y_Labs">https://twitter.com/Sin7Y_Labs</a></p><p>Medium: <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://t.co/60UfL86Fhj?amp=1">http://medium.com/@sin7y</a></p>]]></content:encoded>
            <author>sin7y@newsletter.paragraph.com (Sin7Y)</author>
        </item>
        <item>
            <title><![CDATA[Sin7Y Tech Review (20): Halo2 Circuit Development]]></title>
            <link>https://paragraph.com/@sin7y/sin7y-tech-review-20-halo2-circuit-development</link>
            <guid>DDccJxmFokby858uGGI9</guid>
            <pubDate>Thu, 03 Mar 2022 04:40:26 GMT</pubDate>
            <description><![CDATA[In the previous article, we discussed using halo2 for circuit development. This article will illustrate what we need to pay attention to when developing circuits. When writing this article, we referred to the halo2 code, version f9b3ff2aef09a5a3cb5489d0e7e747e9523d2e6e. Before we begin, let’s review the most critical content, namely the circuit definition. The halo2 circuit development consists of two critical functions: configure and synthesize. The former establishes the gate and defines th...]]></description>
            <content:encoded><![CDATA[<figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/0d3e57d55a18c45964c2d15615cc4d9c63adad359016c875d48d7923ff5c0731.jpg" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>In the previous article, we discussed using halo2 for circuit development. This article will illustrate what we need to pay attention to when developing circuits. When writing this article, we referred to the <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://github.com/zcash/halo2">halo2 code</a>, version f9b3ff2aef09a5a3cb5489d0e7e747e9523d2e6e. Before we begin, let’s review the most critical content, namely the circuit definition.</p><p>The halo2 circuit development consists of two critical functions: configure and synthesize. The former establishes the gate and defines the constraints, whereas the latter assigns witness and public data to the constraints.In this article, we’ll take a closer look at what happens in detail during circuit development.</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://hackmd.io/@sin7y/SJQpj9Fxc"><strong><em>Details</em></strong></a> of this article can be found in Sin7Y’s HackMD channel.</p><hr><p><strong>About Sin7Y</strong></p><p>Sin7Y is a research community dedicated to delivering insightful research reports and technical reviews of the crypto industry. Powered by top-notch blockchain developers, Sin7Y analyzes the most cutting-edge technologies, including EVM, Layer2, cross-chain, privacy computing, and autonomous payment solutions, etc.</p><p><strong>Follow Us</strong></p><p>Twitter: <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/Sin7Y_Labs">https://twitter.com/Sin7Y_Labs</a></p><p>Medium: <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://t.co/60UfL86Fhj?amp=1">http://medium.com/@sin7y</a></p>]]></content:encoded>
            <author>sin7y@newsletter.paragraph.com (Sin7Y)</author>
        </item>
        <item>
            <title><![CDATA[Sin7Y Tech Review (19): Design Concept and Applications of Custom Gate]]></title>
            <link>https://paragraph.com/@sin7y/sin7y-tech-review-19-design-concept-and-applications-of-custom-gate</link>
            <guid>U8AOgrNpSPV3ZURWUnbu</guid>
            <pubDate>Sun, 06 Feb 2022 17:17:17 GMT</pubDate>
            <description><![CDATA[We are researching the design concept and solution plan for ZKEVM, which requires a custom gate. As a result, we spent some time researching it and hope you will gain some insight after reading this paper: 1. Why use the custom gate? 2. What is a custom gate?Why?Layer 2 scalability on Ethereum is always a hot topic. At present, the rollup solution is the most acceptable, as it combines off-chain calculation and on-chain verification. In short, the state transition will occur off-chain. The pr...]]></description>
            <content:encoded><![CDATA[<figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/5c7b12f1e83f02933e86ffbd82e63e1c9de71518ec5167ed6ac15aaf0d53742a.jpg" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>We are researching the design concept and solution plan for ZKEVM, which requires a custom gate. As a result, we spent some time researching it and hope you will gain some insight after reading this paper:</p><p>1. Why use the custom gate?</p><p>2. What is a custom gate?</p><h2 id="h-why" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Why?</h2><p>Layer 2 scalability on Ethereum is always a hot topic. At present, the rollup solution is the most acceptable, as it combines off-chain calculation and on-chain verification. In short, the state transition will occur off-chain. The prover will be responsible for generating proof of the transition’s validity, as illustrated below:</p><p>For a particular contract, a corresponding specific state transition function (STF) must perform extensive calculations, including but not limited to global state modification and transaction signature verification. All calculation procedures above need to be converted to a circuit consisting of a simple add-gate and a mul-gate. The prover can generate a proof and send it to the verifier for verification using this circuit. The circuit’s expression form is as follows:</p><p>As previously stated, the circuit is fixed, representing only one calculation, and thus cannot represent additional calculations. In other words, if the prover wishes to verify additional calculation statements, the circuit must be redesigned to allow for the re-deployment of the verification contract. That is not desirable. We hope that users will be able to define their contracts independently rather than re-deploy a verification contract. This is the EVM-compliant ZKRollup concept. Though the concept is difficult and time-consuming to implement, many people make significant efforts to achieve it. MatterLabs is a good example. We hold them in high regard and have benefited from their knowledge.</p><p>What is the best way to achieve the generic? First, we need to understand the TinyRam principle. TinyRam is a framework for ensuring the accuracy of the calculation. It has the disadvantage that if the calculation is excessively complicated, the related TinyRam calculation becomes more complex. As a result, it’s difficult to accept simply using TinyRam to test the STF function’s validity during the process. TinyRam’s complexity comparison is as follows:</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/070abc2e5cc9e1014919495f3cb4d6f6e97fc83fff88de3a1ccc9a69e8248772.png" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p>Therefore, generic calculations cannot be implemented solely on TinyRam. We adopt the custom gate to simplify the calculations. We know that the calculation of the contract logic accounts for a small fraction of a transaction’s consumption, whereas the signature and hash account for a significant fraction. As a result, separating these actions from the transaction as an operating component (OP), analogous to ADD/MUL/SUB, etc., simplifies the overall calculation.</p><p>Similarly, in the current fixed scenario, which is not generic, a custom gate can be constructed to minimize the circuit’s scale, except add-gate and mul-gate. This is why we research customized gates.</p><h2 id="h-what-is-a-custom-gate" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">What is a custom gate?</h2><p>For example, the circuit of the Plonk algorithm consists of an add-gate and a mul-gate, as shown below:</p><p>Because the gate constants can be zero, the two gates can be combined into one. Based on the value of the Gates constants, determine if a certain restriction is an add-gate or a mul-gate, as seen below:</p><p>When qM = 0, qL = 1, qR = 1 and qO = 1, the corresponding gate is an add-gate.</p><p>When qM = 1, qL = 0, qR = 0 and qO = 1, the gate is a mul-gate.</p><p>Consider that if the input wires of the gate exceed two, the associated gate may perform operations other than addition and multiplication. The AZTEC team has now developed several small circuit logic units, as seen below:</p><p>For example, if the circuit requires a more efficient MiMc function calculation, after the addition of x3custom gate, the circuit constraint will become:</p><p>qM·WL· WR + qL·WL + qR·WR + qO·WO + qL3WL3 + qC = 0</p><p>When qM = 0, qL = 0, qR = 0, qL3 = 1, qo = 1, the constraint responds to the “MiMc” gate. If it is the “Xor” gate, the circuit of sha256 will be much smaller.</p><p>The custom gate enables a significant reduction in the circuit’s scale (number of gates) and increases the circuit’s design flexibility. In practice, numerous operations, such as point addition and scalar mul for elliptic curves, can be constructed as custom gates. This is precisely what we are doing at the moment.</p><p>In addition to the Custom gate, the lookup table can be used to lower the scale of the circuit. When combined, they can provide a thrilling experience. Later, we’ll discuss how to use the lookup table in ZKP. In general, we refer to the Plonk algorithm that uses the custom gate as turbo Plonk. If the lookup is also employed, the Plonk algorithm is referred to as Ultra Plonk.</p><hr><p><strong>About Sin7Y</strong></p><p>Sin7Y is a research community dedicated to delivering insightful research reports and technical reviews of the crypto industry. Powered by top-notch blockchain developers, Sin7Y analyzes the most cutting-edge technologies, including EVM, Layer2, cross-chain, privacy computing, and autonomous payment solutions, etc.</p><p><strong>Follow Us</strong></p><p>Twitter: <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/Sin7Y_Labs">https://twitter.com/Sin7Y_Labs</a></p><p>Medium: <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://t.co/60UfL86Fhj?amp=1">http://medium.com/@sin7y</a></p>]]></content:encoded>
            <author>sin7y@newsletter.paragraph.com (Sin7Y)</author>
        </item>
        <item>
            <title><![CDATA[Sin7Y Tech Review (18): Zero-Knowledge Proof Algorithm: ZK-Stark — FRI Protocol]]></title>
            <link>https://paragraph.com/@sin7y/sin7y-tech-review-18-zero-knowledge-proof-algorithm-zk-stark-fri-protocol</link>
            <guid>VjfdxEnxPRAJGGbj5Fqb</guid>
            <pubDate>Fri, 04 Feb 2022 02:24:36 GMT</pubDate>
            <description><![CDATA[Summary: For the FRI protocol, the complexity of the verification satisfies the logarithmic relationship. The algorithm ensures that the round consistency verifications can be passed if and only if the initial polynomial satisfies . The actual implementation may vary slightly. For more information, please refer to the DEEP-FRI paper. In comparison to FRI, DEEP-FRI increases the system’s reliability while maintaining an optimal level of proof and verification complexity. The ZK-STARK algorithm...]]></description>
            <content:encoded><![CDATA[<figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/2559f4a636feeef36920678e575a2b226018146187cfa347c268fcf7e2cbb69f.jpg" alt="" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="hide-figcaption"></figcaption></figure><p><strong>Summary:</strong></p><p>For the FRI protocol, the complexity of the verification satisfies the logarithmic relationship. The algorithm ensures that the round consistency verifications can be passed if and only if the initial polynomial satisfies . The actual implementation may vary slightly. For more information, please refer to the DEEP-FRI paper. In comparison to FRI, DEEP-FRI increases the system’s reliability while maintaining an optimal level of proof and verification complexity.</p><p>The ZK-STARK algorithm can be summarized as follows:</p><p>1. The algorithm is divided into two parts: Arithmeticalization and LDT.</p><p>2. Arithmeticalization converts the issue to polynomial equality and polynomial LDT issue.</p><p>3. The FRI protocol is used in the LDT stage to ensure the complexity of linear proof and the complexity of logarithmic verification</p><p>4. The zero-knowledge attribute ensures that the verifier cannot access the points in the trajectory polynomial and that the trajectory polynomial contains privacy values.</p><p>5. Simultaneously, to ensure the zero-knowledge attribute, random values for rows must be added to the trajectory polynomial, which is determined by the verifier and prover after negotiation.</p><p>6. CRS is not required as a third party throughout the process.</p><p>7. The entire process does not depend on any mathematical problems.</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://hackmd.io/@sin7y/r1r0IE40K"><strong><em>Details</em></strong></a> of this article can be found in Sin7Y’s HackMD channel.</p><hr><p><strong>About Sin7Y</strong></p><p>Sin7Y is a research community dedicated to delivering insightful research reports and technical reviews of the crypto industry. Powered by top-notch blockchain developers, Sin7Y analyzes the most cutting-edge technologies, including EVM, Layer2, cross-chain, privacy computing, and autonomous payment solutions, etc.</p><p><strong>Follow Us</strong></p><p>Twitter: <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/Sin7Y_Labs">https://twitter.com/Sin7Y_Labs</a></p><p>Medium: <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://t.co/60UfL86Fhj?amp=1">http://medium.com/@sin7y</a></p>]]></content:encoded>
            <author>sin7y@newsletter.paragraph.com (Sin7Y)</author>
        </item>
        <item>
            <title><![CDATA[Sin7Y Tech Review (17): Zero-Knowledge Proof Algorithm: PLONK — Protocol]]></title>
            <link>https://paragraph.com/@sin7y/sin7y-tech-review-17-zero-knowledge-proof-algorithm-plonk-protocol</link>
            <guid>GGpXo6ABqtNYTZ2dZC2L</guid>
            <pubDate>Sun, 23 Jan 2022 00:51:51 GMT</pubDate>
            <description><![CDATA[Series 17The previous paper PLONK-Circuit investigates a critical part of the PLONK protocol — using the permutation check to prove the consistency among the circuit gates. In this report, Sin7Y will analyze the details of the protocol and elaborate on how the constraint relationship of the gate is valid. Details of this article can be found in Sin7Y’s HackMD channel. About Sin7Y Sin7Y is a research community dedicated to delivering insightful research reports and technical reviews of the cry...]]></description>
            <content:encoded><![CDATA[<figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/f08b0c19b1befc4b3c731925b7be93ff73f22d2188a9644ba4b34308f9723d7e.jpg" alt="Series 17" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">Series 17</figcaption></figure><p>The previous paper PLONK-Circuit investigates a critical part of the PLONK protocol — using the permutation check to prove the consistency among the circuit gates. In this report, Sin7Y will analyze the details of the protocol and elaborate on how the constraint relationship of the gate is valid.</p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://hackmd.io/@sin7y/rkbZn9dpK"><strong><em>Details</em></strong></a> of this article can be found in Sin7Y’s HackMD channel.</p><p><strong>About Sin7Y</strong></p><p>Sin7Y is a research community dedicated to delivering insightful research reports and technical reviews of the crypto industry. Powered by top-notch blockchain developers, Sin7Y analyzes the most cutting-edge technologies, including EVM, Layer2, cross-chain, privacy computing, and autonomous payment solutions, etc.</p><p><strong>Follow Us</strong></p><p>Twitter: <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://twitter.com/Sin7Y_Labs">https://twitter.com/Sin7Y_Labs</a></p><p>Medium: <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://t.co/60UfL86Fhj?amp=1">http://medium.com/@sin7y</a></p>]]></content:encoded>
            <author>sin7y@newsletter.paragraph.com (Sin7Y)</author>
        </item>
    </channel>
</rss>