Skip to content

Commit

Permalink
Update twitter circoms to use zk-regex.
Browse files Browse the repository at this point in the history
  • Loading branch information
SoraSuegami committed Oct 11, 2023
1 parent e6b8a03 commit f6f1ffd
Show file tree
Hide file tree
Showing 4 changed files with 374 additions and 268 deletions.
12 changes: 12 additions & 0 deletions packages/twitter-verifier-circuits/components/twitter_reset.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"parts": [
{
"is_public": false,
"regex_def": "email was meant for @"
},
{
"is_public": true,
"regex_def": "(a|b|c|d|e|f|g|h|i|j|k|l|m|n|o|p|q|r|s|t|u|v|w|x|y|z|A|B|C|D|E|F|G|H|I|J|K|L|M|N|O|P|Q|R|S|T|U|V|W|X|Y|Z|0|1|2|3|4|5|6|7|8|9|_)+"
}
]
}
Loading

0 comments on commit f6f1ffd

Please sign in to comment.