Skip to content

Commit

Permalink
docs: Add memory argument to Proof System
Browse files Browse the repository at this point in the history
  • Loading branch information
flyingnobita committed Jan 8, 2025
1 parent 3f539fb commit 970c222
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions book/docs/what-is-a-zkvm.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ For more technical details, check out the SP1 technical note that explains our p

* STARKs + FRI over the Baby Bear field
* We use performant STARK recursion that allows us to prove the execution of arbitrarily long programs
* Our Lookup-based memory consistency argument uses multiset hashing that allows us to perform memory consistency checks in a fast and efficient manner
* We have a system of performant precompiles that accelerate hash functions and cryptographic signature verification that allow us to get substantial performance gains on blockchain workloads


0 comments on commit 970c222

Please sign in to comment.