<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Arkana</title>
    <link>https://arkana.blog/en/</link>
    <description>Cryptography, blockchain and mathematics, explained clearly.</description>
    <language>en</language>
    <item>
      <title>The ZK Chronicles: SNARKs (Part 2)</title>
      <link>https://arkana.blog/en/blog/the-zk-chronicles/snarks-part-2/</link>
      <guid>https://arkana.blog/en/blog/the-zk-chronicles/snarks-part-2/</guid>
      <pubDate>Wed, 15 Jul 2026 00:00:00 GMT</pubDate>
      <description>We now look at a second technique to build SNARKs that aims to fix some of the shortcomings in our previous exploration.</description>
    </item>
    <item>
      <title>The ZK Chronicles: SNARKs (Part 1)</title>
      <link>https://arkana.blog/en/blog/the-zk-chronicles/snarks-part-1/</link>
      <guid>https://arkana.blog/en/blog/the-zk-chronicles/snarks-part-1/</guid>
      <pubDate>Fri, 10 Jul 2026 00:00:00 GMT</pubDate>
      <description>All the pieces are finally in place. Time to build our first real zk-SNARK.</description>
    </item>
    <item>
      <title>The ZK Chronicles: Arithmetization</title>
      <link>https://arkana.blog/en/blog/the-zk-chronicles/arithmetization/</link>
      <guid>https://arkana.blog/en/blog/the-zk-chronicles/arithmetization/</guid>
      <pubDate>Mon, 22 Jun 2026 00:00:00 GMT</pubDate>
      <description>A look at the bridge between the representation layer of problems, and the proving layer.</description>
    </item>
    <item>
      <title>The ZK Chronicles: The Random Oracle Model</title>
      <link>https://arkana.blog/en/blog/the-zk-chronicles/the-random-oracle-model/</link>
      <guid>https://arkana.blog/en/blog/the-zk-chronicles/the-random-oracle-model/</guid>
      <pubDate>Sun, 07 Jun 2026 00:00:00 GMT</pubDate>
      <description>Now that we understand zero knowledge, we must take some time to inspect how it fares under non-interactivity.</description>
    </item>
    <item>
      <title>The ZK Chronicles: Zero Knowledge</title>
      <link>https://arkana.blog/en/blog/the-zk-chronicles/zero-knowledge/</link>
      <guid>https://arkana.blog/en/blog/the-zk-chronicles/zero-knowledge/</guid>
      <pubDate>Fri, 15 May 2026 00:00:00 GMT</pubDate>
      <description>It's finally time to formalize what &quot;zero knowledge&quot; truly means</description>
    </item>
    <item>
      <title>WTF is Entropy</title>
      <link>https://arkana.blog/en/blog/wtf-is/entropy/</link>
      <guid>https://arkana.blog/en/blog/wtf-is/entropy/</guid>
      <pubDate>Wed, 06 May 2026 00:00:00 GMT</pubDate>
      <description>We explore the mysterious and misunderstood concept of entropy, and discover how it pops up in unexpected places.</description>
    </item>
    <item>
      <title>The ZK Chronicles: Inner Product Arguments</title>
      <link>https://arkana.blog/en/blog/the-zk-chronicles/inner-product-arguments/</link>
      <guid>https://arkana.blog/en/blog/the-zk-chronicles/inner-product-arguments/</guid>
      <pubDate>Wed, 22 Apr 2026 00:00:00 GMT</pubDate>
      <description>The next step in our journey will see us looking at a new and important commitment mechanism, designed for polynomials</description>
    </item>
    <item>
      <title>The ZK Chronicles: Commitment Schemes (Part 2)</title>
      <link>https://arkana.blog/en/blog/the-zk-chronicles/commitment-schemes-part-2/</link>
      <guid>https://arkana.blog/en/blog/the-zk-chronicles/commitment-schemes-part-2/</guid>
      <pubDate>Tue, 07 Apr 2026 00:00:00 GMT</pubDate>
      <description>The next step in our journey will see us looking at a new and important commitment mechanism, designed for polynomials</description>
    </item>
    <item>
      <title>The ZK Chronicles: Fast Fourier Transform</title>
      <link>https://arkana.blog/en/blog/the-zk-chronicles/fast-fourier-transform/</link>
      <guid>https://arkana.blog/en/blog/the-zk-chronicles/fast-fourier-transform/</guid>
      <pubDate>Wed, 01 Apr 2026 00:00:00 GMT</pubDate>
      <description>Before we go on any further, we must stop and take a look at one of the most important algorithms enabling most of the things we're doing</description>
    </item>
    <item>
      <title>The ZK Chronicles: Sigma Protocols</title>
      <link>https://arkana.blog/en/blog/the-zk-chronicles/sigma-protocols/</link>
      <guid>https://arkana.blog/en/blog/the-zk-chronicles/sigma-protocols/</guid>
      <pubDate>Mon, 23 Mar 2026 00:00:00 GMT</pubDate>
      <description>With commitment schemes at hand, we turn our attention once again to proving systems</description>
    </item>
    <item>
      <title>The ZK Chronicles: Commitment Schemes (Part 1)</title>
      <link>https://arkana.blog/en/blog/the-zk-chronicles/commitment-schemes-part-1/</link>
      <guid>https://arkana.blog/en/blog/the-zk-chronicles/commitment-schemes-part-1/</guid>
      <pubDate>Sun, 08 Mar 2026 00:00:00 GMT</pubDate>
      <description>Time to start building on top of the primitives we know so far!</description>
    </item>
    <item>
      <title>The ZK Chronicles: Groups</title>
      <link>https://arkana.blog/en/blog/the-zk-chronicles/groups/</link>
      <guid>https://arkana.blog/en/blog/the-zk-chronicles/groups/</guid>
      <pubDate>Mon, 02 Mar 2026 00:00:00 GMT</pubDate>
      <description>After stocking up with hashes, now's time for another big protagonist of this ZK story!</description>
    </item>
    <item>
      <title>The ZK Chronicles: Enter Hashing</title>
      <link>https://arkana.blog/en/blog/the-zk-chronicles/enter-hashing/</link>
      <guid>https://arkana.blog/en/blog/the-zk-chronicles/enter-hashing/</guid>
      <pubDate>Tue, 17 Feb 2026 00:00:00 GMT</pubDate>
      <description>Time for hashes to take the stage, bringing along a few cool tricks!</description>
    </item>
    <item>
      <title>The ZK Chronicles: Computation Models</title>
      <link>https://arkana.blog/en/blog/the-zk-chronicles/computation-models/</link>
      <guid>https://arkana.blog/en/blog/the-zk-chronicles/computation-models/</guid>
      <pubDate>Wed, 04 Feb 2026 00:00:00 GMT</pubDate>
      <description>A broader look at the connection between different computation models, and the importance of arithmetic circuits</description>
    </item>
    <item>
      <title>The ZK Chronicles: Circuits (Part 2)</title>
      <link>https://arkana.blog/en/blog/the-zk-chronicles/circuits-part-2/</link>
      <guid>https://arkana.blog/en/blog/the-zk-chronicles/circuits-part-2/</guid>
      <pubDate>Sat, 24 Jan 2026 00:00:00 GMT</pubDate>
      <description>We now move forward to our first truly general computation correctness proving mechanism!</description>
    </item>
    <item>
      <title>Blockchain 101: Evolving a Blockchain</title>
      <link>https://arkana.blog/en/blog/blockchain-101/evolving-a-blockchain/</link>
      <guid>https://arkana.blog/en/blog/blockchain-101/evolving-a-blockchain/</guid>
      <pubDate>Fri, 16 Jan 2026 00:00:00 GMT</pubDate>
      <description>To close things off, we look at a few important guidelines to upgrading an already-running Blockchain!</description>
    </item>
    <item>
      <title>Blockchain 101: Handling Data</title>
      <link>https://arkana.blog/en/blog/blockchain-101/handling-data/</link>
      <guid>https://arkana.blog/en/blog/blockchain-101/handling-data/</guid>
      <pubDate>Wed, 14 Jan 2026 00:00:00 GMT</pubDate>
      <description>How do we handle data in Blockchain? What sort of problems may we face?</description>
    </item>
    <item>
      <title>The ZK Chronicles: Multilinear Extensions</title>
      <link>https://arkana.blog/en/blog/the-zk-chronicles/multilinear-extensions/</link>
      <guid>https://arkana.blog/en/blog/the-zk-chronicles/multilinear-extensions/</guid>
      <pubDate>Fri, 26 Dec 2025 00:00:00 GMT</pubDate>
      <description>Before moving onto new proving systems, we must introduce a very necessary tool!</description>
    </item>
    <item>
      <title>The ZK Chronicles: Circuits (Part 1)</title>
      <link>https://arkana.blog/en/blog/the-zk-chronicles/circuits-part-1/</link>
      <guid>https://arkana.blog/en/blog/the-zk-chronicles/circuits-part-1/</guid>
      <pubDate>Mon, 08 Dec 2025 00:00:00 GMT</pubDate>
      <description>As we get closer to general proving systems, we are required to look at computation models, which brings us to circuits!</description>
    </item>
    <item>
      <title>The ZK Chronicles: Sum Check</title>
      <link>https://arkana.blog/en/blog/the-zk-chronicles/sum-check/</link>
      <guid>https://arkana.blog/en/blog/the-zk-chronicles/sum-check/</guid>
      <pubDate>Tue, 25 Nov 2025 00:00:00 GMT</pubDate>
      <description>Equipped with finite fields and polynomials, it’s time to take a look at our very first proving system!</description>
    </item>
    <item>
      <title>The ZK Chronicles: Math Foundations</title>
      <link>https://arkana.blog/en/blog/the-zk-chronicles/math-foundations/</link>
      <guid>https://arkana.blog/en/blog/the-zk-chronicles/math-foundations/</guid>
      <pubDate>Tue, 18 Nov 2025 00:00:00 GMT</pubDate>
      <description>Time for our first basic mathematical concepts!</description>
    </item>
    <item>
      <title>The ZK Chronicles: First Steps</title>
      <link>https://arkana.blog/en/blog/the-zk-chronicles/first-steps/</link>
      <guid>https://arkana.blog/en/blog/the-zk-chronicles/first-steps/</guid>
      <pubDate>Mon, 10 Nov 2025 00:00:00 GMT</pubDate>
      <description>We embark on a new journey solely dedicated to ZK technology!</description>
    </item>
    <item>
      <title>Elliptic Curves In-Depth (Part 10)</title>
      <link>https://arkana.blog/en/blog/elliptic-curves-in-depth/part-10/</link>
      <guid>https://arkana.blog/en/blog/elliptic-curves-in-depth/part-10/</guid>
      <pubDate>Tue, 28 Oct 2025 00:00:00 GMT</pubDate>
      <description>To wrap up the series, we take a look at a few practical aspects, and present some of the most studied elliptic curves out there.</description>
    </item>
    <item>
      <title>Blockchain 101: ZK in Blockchain</title>
      <link>https://arkana.blog/en/blog/blockchain-101/zk-in-blockchain/</link>
      <guid>https://arkana.blog/en/blog/blockchain-101/zk-in-blockchain/</guid>
      <pubDate>Wed, 15 Oct 2025 00:00:00 GMT</pubDate>
      <description>Moving on from Polkadot, we now cover the intersection between two cutting edge technologies: blockchain and zero knowledge proofs</description>
    </item>
    <item>
      <title>Elliptic Curves In-Depth (Part 9)</title>
      <link>https://arkana.blog/en/blog/elliptic-curves-in-depth/part-9/</link>
      <guid>https://arkana.blog/en/blog/elliptic-curves-in-depth/part-9/</guid>
      <pubDate>Mon, 06 Oct 2025 00:00:00 GMT</pubDate>
      <description>A wrap-up on pairings, with some discussions around algorithms, types, and other nuances.</description>
    </item>
    <item>
      <title>Blockchain 101: JAM</title>
      <link>https://arkana.blog/en/blog/blockchain-101/jam/</link>
      <guid>https://arkana.blog/en/blog/blockchain-101/jam/</guid>
      <pubDate>Tue, 23 Sep 2025 00:00:00 GMT</pubDate>
      <description>To close off our chapter in Polkadot, we’ll have to talk about its latest development: JAM.</description>
    </item>
    <item>
      <title>Blockchain 101: Coretime</title>
      <link>https://arkana.blog/en/blog/blockchain-101/coretime/</link>
      <guid>https://arkana.blog/en/blog/blockchain-101/coretime/</guid>
      <pubDate>Mon, 01 Sep 2025 00:00:00 GMT</pubDate>
      <description>Accessing Polkadot’s validation resources can be done through a novel way to pay for Blockchain usage: Coretime.</description>
    </item>
    <item>
      <title>Blockchain 101: Polkadot Consensus</title>
      <link>https://arkana.blog/en/blog/blockchain-101/polkadot-consensus/</link>
      <guid>https://arkana.blog/en/blog/blockchain-101/polkadot-consensus/</guid>
      <pubDate>Wed, 13 Aug 2025 00:00:00 GMT</pubDate>
      <description>Next in our Polkadot exploration, we focus on its rich consensus mechanism — and its satellite features.</description>
    </item>
    <item>
      <title>Blockchain 101: Polkadot</title>
      <link>https://arkana.blog/en/blog/blockchain-101/polkadot/</link>
      <guid>https://arkana.blog/en/blog/blockchain-101/polkadot/</guid>
      <pubDate>Tue, 05 Aug 2025 00:00:00 GMT</pubDate>
      <description>It’s finally time to uncover the secrets of a personal favorite: Polkadot</description>
    </item>
    <item>
      <title>Blockchain 101: Beyond The Blockchain (Part 2)</title>
      <link>https://arkana.blog/en/blog/blockchain-101/beyond-the-blockchain-part-2/</link>
      <guid>https://arkana.blog/en/blog/blockchain-101/beyond-the-blockchain-part-2/</guid>
      <pubDate>Fri, 01 Aug 2025 00:00:00 GMT</pubDate>
      <description>Continuing with the radical ideas, we know turn our attention to replacing the Blockchain itself — with a DAG!</description>
    </item>
  </channel>
</rss>