Skip to content

Holindauer/STARK

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

STARK Proof System (w/ FRI)

This repository contains a rust port of this great tutorial on STARKs from Alan Szepieniec.

I worked on this project over the summer of 2024.

All tests pass for:

  • field algebra
  • polynomial algebra
  • merkle building
  • FRI

However, there is a bug somewhere within either the STARK prover or verifier that is causing proof verification to fail.

I will also note that this repository was not meant to be an optimized STARK prover. Rather, it was for my own understanding of the STARK protocol and FRI/IOPPs.

cargo test

About

STARK + FRI rust implementation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages