<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Dimitar Luchev</title>
    <description>The latest articles on DEV Community by Dimitar Luchev (@sil714).</description>
    <link>https://dev.to/sil714</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3944365%2F144da710-84f8-4467-8a66-cc7df07b5055.jpg</url>
      <title>DEV Community: Dimitar Luchev</title>
      <link>https://dev.to/sil714</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/sil714"/>
    <language>en</language>
    <item>
      <title>Research blockchain with post-quantum Dilithium and custom zk-STARKs from scratch</title>
      <dc:creator>Dimitar Luchev</dc:creator>
      <pubDate>Thu, 21 May 2026 15:32:08 +0000</pubDate>
      <link>https://dev.to/sil714/research-blockchain-with-post-quantum-dilithium-and-custom-zk-starks-from-scratch-2hgc</link>
      <guid>https://dev.to/sil714/research-blockchain-with-post-quantum-dilithium-and-custom-zk-starks-from-scratch-2hgc</guid>
      <description>&lt;p&gt;I built a from-scratch experimental blockchain to explore some ideas I've been interested in:&lt;br&gt;
– post-quantum signatures (Dilithium)&lt;br&gt;
– custom zk-STARK system (AIR + FRI, written in Rust)&lt;br&gt;
– shielded + anonymous transactions&lt;br&gt;
– simple P2P gossip network&lt;br&gt;
It’s not production-ready (no persistence, no DoS protection, etc.) — this is purely a learning/research project.&lt;br&gt;
The most interesting part was implementing the STARK system end-to-end and integrating it into a working chain.&lt;br&gt;
I’d really appreciate feedback, especially on: – the AIR design&lt;br&gt;
– the privacy model&lt;br&gt;
– tradeoffs between PQ signatures vs performance&lt;br&gt;
Repo / demo:&lt;br&gt;
&lt;a href="https://github.com/sil714/qchain" rel="noopener noreferrer"&gt;https://github.com/sil714/qchain&lt;/a&gt;&lt;br&gt;
Happy to answer any questions.&lt;/p&gt;

</description>
      <category>python</category>
      <category>rust</category>
      <category>blockchain</category>
      <category>opensource</category>
    </item>
  </channel>
</rss>
