Skip to content

gerceboss/rFRI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

rFRI

FRI implementation in Rust for learning purposes. Verifier related function are not yet implemented but for verification he needs to perform both the inclusion proofs (to see all values belong to Merkle trees) and that each layer is obtained from the previous one until we reach degree zero.

Implementation includes:

  • Folding of Polynomial
  • Commitment phase
  • Decommitment
  • Query phase
  • Test for folding of Polynomial

For testing :

cargo test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages