You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
arnaucube 075d3a7764 Add FRI PCS minimial implementation 1 year ago
src Add FRI PCS minimial implementation 1 year ago
.gitignore Add MerkleTree impl 1 year ago
Cargo.toml Abstract hash function, upgrade to arkworks v0.4.0 1 year ago
LICENSE init repo 1 year ago
README.md FRI-low-degree-testing working 1 year ago

README.md

fri-commitment

FRI implemented on arkworks libraries.

Note: done in my free time to learn about FRI, do not use in production.

Thanks to Vincenzo Iovino for explainations on FRI.