TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

BrainSTARK: STARKs for Brainfuck

10 pointsby aszepieniecalmost 3 years ago

2 comments

aszepieniecalmost 3 years ago
This tutorial covers the design of a STARK engine for Brainfuck.<p>A STARK [1] allows you to prove the correct execution of a computer program. The verifier can verify the resulting proof with less resources than it takes to naïvely re-execute the program.<p>Brainfuck [2] is a Turing-complete programming language that corresponds to a relatively straightforward instruction set architecture.<p>With this tutorial you will be able to prove and verify the correct execution of arbitrary Brainfuck programs.<p>[1]: <a href="https:&#x2F;&#x2F;aszepieniec.github.io&#x2F;stark-anatomy&#x2F;" rel="nofollow">https:&#x2F;&#x2F;aszepieniec.github.io&#x2F;stark-anatomy&#x2F;</a> [2]: <a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Brainfuck" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Brainfuck</a>
Munksgaardalmost 3 years ago
Looks exciting! To all readers: There are multiple parts to this post, use the numbers at the bottom of the screen to navigate.
评论 #32329331 未加载