feat: vka hashing squash (#982)

This commit is contained in:
Ethan Cemer
2025-06-27 15:58:10 -05:00
committed by GitHub
parent e81d93a73a
commit 3ea68f08b3
95 changed files with 3984 additions and 11032 deletions

View File

@@ -76,11 +76,6 @@ For more details visit the [docs](https://docs.ezkl.xyz). The CLI is faster than
Build the auto-generated rust documentation and open the docs in your browser locally. `cargo doc --open`
#### In-browser EVM Verifier
As an alternative to running the native Halo2 verifier as a WASM binding in the browser, you can use the in-browser EVM verifier. The source code of which you can find in the `in-browser-evm-verifier` directory and a README with instructions on how to use it.
### Building the Project 🔨
#### Rust CLI