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
76 stars 27 forks source link

Delete gen_circom.js and replace with gen_circom.ts #51

Closed Divide-By-0 closed 7 months ago

Divide-By-0 commented 7 months ago

We converted to typescript already and just need to deprecate and delete the old JS file and ensure tests pass.

https://github.com/zkemail/zk-regex/blob/e88b2e96299ba4b343189b4aa807819b68b400cf/packages/compiler/src/gen_circom.js#L1

Divide-By-0 commented 7 months ago

Rewritten in rust, no longer needed.