Commit Graph

287 Commits

Author SHA1 Message Date
Dimitri
ac78b818cb feat: Add exact error handling for extract_substr 2024-12-20 13:12:51 +01:00
Dimitri
85c5990d78 Merge branch 'main' of https://github.com/zkemail/zk-regex 2024-12-20 11:43:01 +01:00
SoraSuegami
3cadf04568 Update versions 2024-12-20 03:30:22 +09:00
Dimi
9661ade2eb Merge pull request #79 from zkemail/feat/fix-double-backslash
Fix double backslash error in the zk-regex compiler
2.1.1
2024-12-13 18:47:11 +07:00
Dimi
7aa69e1b4e Merge pull request #78 from zkemail/dimidumo/zk-802-consistent-casing-everywhere
feat: accept snake_case and camelCase for wasm bindings
2024-12-13 18:43:56 +07:00
Dimitri
5b357f2c7a feat: accept snake_case and camelCase for wasm bindings 2024-12-13 14:39:48 +07:00
Dimi
0c1a40d923 Merge pull request #77 from zkemail/dimidumo/zk-802-consistent-casing-everywhere
fix: revert renaming cases
2024-12-13 13:55:06 +07:00
Dimitri
3356bd6f15 fix: revert renaming cases 2024-12-13 13:53:23 +07:00
Dimi
36996f9a13 Merge pull request #76 from zkemail/dimidumo/zk-802-consistent-casing-everywhere
chore: camelCase for wasm bindings
2024-12-13 13:38:55 +07:00
Dimitri
86d20c71c2 chore: camelCase for wasm bindings 2024-12-13 12:08:44 +07:00
SoraSuegami
36efbdfbae Fix double backslash error in the zk-regex compiler 2024-12-08 04:22:58 +09:00
SoraSuegami
7002a2179e remove unnecessary file 2024-11-08 10:57:12 +09:00
SoraSuegami
85388dff9f Merge branch 'main' of https://github.com/zkemail/zk-regex 2024-11-07 21:38:38 +09:00
SoraSuegami
77541563c3 Add a constraint for the input range check result. 2024-11-07 21:38:35 +09:00
Aditya Bisht
f5f70b96c2 feat: add gen_circom_from_decomposed_regex 2024-10-28 16:48:59 +07:00
SoraSuegami
273b48b804 Update versions 2024-10-25 20:53:27 +09:00
Dimi
1affdcada1 Merge pull request #74 from zkemail/dimidumo/fix-readme
chore: fix readme for testing
2024-10-25 18:46:22 +07:00
Dimitri
ab11997f5e chore: fix readme for testing 2024-10-25 18:45:37 +07:00
Aditya Bisht
3319327ef3 Merge pull request #73 from zkemail/dimidumo/extract-matched-str
feat: add extractSubstr to match strs; add js errors
2024-10-22 02:47:31 -07:00
Dimitri
bd515aaa15 fix: function signatures of extractSubstrIdxes 2024-10-22 10:02:27 +07:00
Dimitri
bad2cc291a fix: simplify git workflow 2024-10-21 19:30:56 +07:00
Dimitri
1b06f6cc91 fix: simplify git workflow 2024-10-21 19:23:48 +07:00
Dimitri
cff4dd8a9e fix: wait for wasm to initialize 2024-10-21 19:12:25 +07:00
Dimitri
13cf3bb628 fix: fix tests 2024-10-21 18:59:51 +07:00
Dimitri
fc072a6930 fix: no need to init wasm 2024-10-21 16:54:09 +07:00
Dimitri
38cb9c4097 feat: add extractSubstr to match strs; add js errors 2024-10-21 16:35:21 +07:00
Sora Suegami
81d0299ed2 Feat/audit fix 2024 09 (#72)
* Modify email_addr_with_name using reversed_email_addr_with_name

* Pass all unit tests

* Add range check to each input byte

* Update circom_tester version

* Add program to test circuits

* Add  --immutable to github action

* Fix circom version in github action

* fix circom version to 2.1.9 in github action

* Add assumptions to README

* Update versions
2024-10-17 13:16:12 +09:00
SoraSuegami
28f6858c28 Fix circom version 2024-10-11 23:52:15 +09:00
Yush G
5315753455 Add link to blog post and sdk at the top 2024-09-12 20:31:07 -07:00
Aditya Bisht
c7c1845b7f Merge pull request #68 from zkemail/feat/fix-email-addr-regex
Fixing email address and domain regexes.
2024-09-05 00:13:18 +05:30
Aditya Bisht
3b626316b0 chore: error handling in extract_substrs 2024-08-31 15:36:56 +00:00
SoraSuegami
f71b30bde3 Fix email address regex 2024-08-30 22:34:20 +09:00
Aditya Bisht
dd5bd7aef2 Merge branch 'main' of github.com:zkemail/zk-regex into main 2024-08-30 07:15:54 +00:00
Aditya Bisht
bbd7e66753 chore: update version 2024-08-30 07:15:38 +00:00
Aditya Bisht
9195cb03ef Merge pull request #69 from zkemail/fix/extract-idxes
fix: Patch Extract idxes
2024-08-30 12:17:55 +05:30
Aditya Bisht
653a492a77 fix: pass tests 2024-08-30 06:42:52 +00:00
Aditya Bisht
b454640a21 fix: patch extract idxes 2024-08-30 06:14:14 +00:00
SoraSuegami
9db767d165 Add note about email domain circuit to README 2024-08-27 17:14:15 +09:00
SoraSuegami
1205e6512d Add new tests for email address and domain regexes. 2024-08-27 17:04:30 +09:00
SoraSuegami
ebbb8a25c4 Merge branch 'main' into feat/fix-email-addr-regex 2024-08-27 00:00:25 +09:00
SoraSuegami
c9a89c3a5d Update dependency versions and circuits. 2024-08-26 23:44:05 +09:00
SoraSuegami
a36df338f8 fixing email address regex 2024-08-26 22:25:26 +09:00
Aditya Bisht
4cbc5c53d0 Merge pull request #66 from shreyas-londhe/feat/audit-fixes
Feat: Compiler Refactor & Audit Fixes
2024-08-23 05:21:46 -07:00
shreyas-londhe
57e34836fd test: added more test cases 2024-08-21 06:46:09 +05:30
shreyas-londhe
fbe4d7ff64 test: added dfa generation tests 2024-08-20 15:48:43 +05:30
shreyas-londhe
eae9f6cf73 docs: added docs for circom 2024-08-20 10:27:01 +05:30
shreyas-londhe
9fe1b6360e docs: added docs to regex functions 2024-08-16 19:03:17 +05:30
shreyas-londhe
3d981e9a78 fix: fixed minor bugs 2024-08-16 15:47:10 +05:30
shreyas-londhe
aa0fc5380b feat: wasm refactor 2024-08-14 11:51:48 +05:30
shreyas-londhe
7e1fd79f53 feat: circom refactor 2024-08-14 11:44:29 +05:30