zordle icon indicating copy to clipboard operation
zordle copied to clipboard

Wordle, but with ZK proofs!

Results 2 zordle issues
Sort by recently updated
recently updated
newest added

```bash error: couldn't read src/../proof.bin: No such file or directory (os error 2) --> src/main.rs:110:17 | 110 | let proof = include_bytes!("../proof.bin"); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ``` PLS, how to generate "../proof.bin"?

Hello, it's an honor to know about your project! But there is a halo2_proofs::plonk::{create_proof, keygen_pk, keygen_vk, verify_proof} in the project, I can't find the corresponding code in the released code...