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 f609df2f48 Add MerkleTree impl 1 year ago
src Add MerkleTree impl 1 year ago
.gitignore Add MerkleTree impl 1 year ago
Cargo.toml Add MerkleTree impl 1 year ago
LICENSE init repo 1 year ago
README.md Add MerkleTree impl 1 year ago

README.md

fri-commitment

FRI commitment scheme 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.