Files
halo2-zk-email/configs/test1_email_verify.config
2023-05-23 16:36:20 +09:00

39 lines
1.1 KiB
Plaintext

{
"degree": 19,
"num_advice": 60,
"num_lookup_advice": 1,
"num_fixed": 1,
"lookup_bits": 18,
"bodyhash_regex_filepath": "./test_data/bodyhash_allstr.txt",
"bodyhash_substr_filepath": "./test_data/bodyhash_substr_0.txt",
"header_regex_filepathes": [
"./test_data/from_allstr.txt"
],
"header_substr_filepathes": [
[
"./test_data/from_substr_0.txt"
]
],
"body_regex_filepathes": [
"./test_data/test1_email_body_allstr.txt"
],
"body_substr_filepathes": [
[
"./test_data/test1_email_body_substr_0.txt"
]
],
"num_sha2_compression_per_column": 1,
"header_max_byte_size": 1024,
"body_max_byte_size": 512,
"public_key_bits": 2048,
"header_substr_regexes": [
[
"(?<=from:).*@.*(?=\r)"
]
],
"body_substr_regexes": [
[
"(?<=email was meant for @)(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|_)+(?=.)"
]
]
}