Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Add memory argument to Proof System #2002

Open
wants to merge 4 commits into
base: dev
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added book/static/EC_multiset_hash-7.pdf
Binary file not shown.
1 change: 1 addition & 0 deletions book/versioned_docs/version-4.0.0/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 [elliptic curve based multiset hashing](.../../../../static/EC_multiset_hash-7.pdf) 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