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

fix: handle international characters #47

Closed Bisht13 closed 8 months ago

Bisht13 commented 9 months ago

Fixes #44

Divide-By-0 commented 9 months ago

Can you add a quick test? Also sorry I merged a different pr so I think there's a minor pr conflict.

Bisht13 commented 8 months ago

Handled in #57