Skip to content

FilipLaurentiu/from_zk_to_stark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Basic STARK implementation from scratch

Building a STARK protocol from scratch for learning.

TODO List

  • Algebra
    • Finite field
    • Field element
      • Add / Sub
      • Compute inverse
      • Mul / Div
    • Polynomials over finite field
      • Add / Sub
      • Mul / Div
      • Evaluation
      • Lagrange interpolation
  • Crypto primitives
    • [] Hash - In progress
    • [] Merkle Trees - In progress
    • [] Fiat-Shamir
    • [] FRI
  • ...

About

From zero knowledge to STARK

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages