303 Commits

Author SHA1 Message Date
Yush G
4fb1bda1af Update README.md Bibtex Citation 2025-08-11 17:21:11 -04:00
Yush G
265c64d4a2 Add Zenodo badge to README 2025-08-05 18:01:20 -07:00
Dimi
f2a19e4c2e Merge pull request #90 from zkemail/dimidumo/remove_panic_hook
Dimidumo/remove panic hook
2.1.3
2025-02-26 17:45:12 +07:00
Dimitri
505341f16d fix: remove panic hooks 2025-02-26 17:23:13 +07:00
Dimitri
99bb6c2327 Merge branch 'main' of https://github.com/zkemail/zk-regex 2025-02-26 17:20:05 +07:00
Shreyas Londhe
8ae338cabd Merge pull request #86 from zkemail/dimidumo/zk-1138-zk-regex-dfa-check
Dimidumo/zk 1138 zk regex dfa check
2025-02-26 12:33:54 +05:30
Dimitri
abe96fe6c4 fix: missing import 2025-02-11 17:00:05 +07:00
Dimitri
4db0da667e chore: reverse verbose error 2025-02-03 17:10:19 +07:00
Dimitri
b164f0df09 chore: improve error handling 2025-02-03 17:05:32 +07:00
Dimitri
0e16b9fc13 chore: prevent panic, return error 2025-02-03 16:49:27 +07:00
Dimitri
32426a8374 fix: handle parse errors 2025-02-03 16:08:57 +07:00
Dimitri
b5fff4ed8d feat: remove panics in genFromDecomposed 2025-02-03 15:49:50 +07:00
Dimitri
62d9572a84 fix: do not redefine wasm 2025-01-31 17:01:46 +07:00
Dimitri
6e90fa8d56 chore: expose wasm functions 2025-01-31 13:25:38 +07:00
Sora Suegami
b7bb363f57 Merge pull request #81 from zkemail/dimidumo/zk-909-improve-error-handling
Dimidumo/zk 909 improve error handling
2025-01-05 12:01:54 +09:00
Saul Garcia
9e1275ebda chore: update urls (#80) 2024-12-20 14:42:54 +01:00
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