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_datainmain.rsto the proof you generated. - Run
cargo runto verify the proof.