TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

BrainSTARK: STARKs for Brainfuck

10 点作者 aszepieniec将近 3 年前

2 条评论

aszepieniec将近 3 年前
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>
Munksgaard将近 3 年前
Looks exciting! To all readers: There are multiple parts to this post, use the numbers at the bottom of the screen to navigate.
评论 #32329331 未加载