GuildOfWeavers / genSTARK

A library for generating zk-STARKs.
MIT License
142 stars 18 forks source link

Proof size reduction experimentation #19

Open bobbinth opened 4 years ago

bobbinth commented 4 years ago

This PR will experiment with different ways of reducing proof size. A few options:

  1. Investigate refactoring of FRI proof structure
  2. Add proof-of-work to Merkle tree roots
  3. Anything else?