zkemail / zk-regex

A library to do regex verification in circom, adapted from the original zk-email. It additionally generates lookup tables for halo2-regex.
GNU General Public License v3.0
79 stars 27 forks source link

support many canonicalization algorithms #50

Open Divide-By-0 opened 9 months ago

Divide-By-0 commented 9 months ago

Email headers with c=simple/simple: fail. simple/simple means that instead of \r\n it might be either all \n or \r, and have weird spacing.

Specifically for one of the emails zkp2p looked at, they found:

Info:

gpt4 says this; so basically i think