Skip to content

Latest commit

 

History

History

mimc

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

MiMC STARKs

Example STARKs in this directory closely mimics MiMC STARK described by Vitalik Buterin in his blog post series about STARKs.

There are three versions of MiMC STARK here:

  1. MiMC STARK in a 128-bit field written in AirScript.
  2. MiMC STARK in a 128-bit field written in AirAssembly.
  3. MiMC STARK in a 256-bit field written in AirScript.

The 128-bit versions are currently able to take advantage of WASM-optimized field operations, which makes them much faster.