This is a rust implementation of the zkEmail EmailAuth Verifier.
This verifies the proof for the email whose subject includes the following template: Sign {string}
- Generate a proof for the email whose subject includes the following template:
Sign {string}
- Edit the
proof_data
inmain.rs
to the proof you generated. - Run
cargo run
to verify the proof.