shreyas-londhe
d4980c1869
feat: computing r like fiat-shamir
2024-08-03 15:27:28 +05:30
Yush G
4c0d4038b3
Merge pull request #208 from zkemail/feat/remove-qp-enc
...
fix: remove-soft-line-break at the beginning
2024-08-02 21:56:27 -04:00
shreyas-londhe
cdae5e7921
fix: remove-soft-line-break at the beginning
2024-08-02 10:39:57 +05:30
shreyas-londhe
f6a0698197
chore: minor refactoring
2024-08-02 09:51:33 +05:30
shreyas-londhe
52cc15dde6
chore: turnOnBodyMasking -> enableBodyMasking name change
2024-08-02 09:41:29 +05:30
shreyas-londhe
f7cb95884a
fix: updated mask type
2024-08-02 09:36:24 +05:30
shreyas-londhe
e0bff60057
fix: added a assert-bit check in body-masker
2024-08-02 09:35:07 +05:30
shreyas-londhe
c0a68f9d78
feat: upstreamed to email-verifier+ tests
2024-08-02 09:35:01 +05:30
shreyas-londhe
d743b0d197
feat: added body masking template
2024-08-02 09:29:24 +05:30
shreyas-londhe
b9008c4660
test: added tests for substring-match template
2024-08-01 16:55:03 +05:30
shreyas-londhe
d85b22eabb
feat: match substring impl
2024-08-01 16:32:20 +05:30
Yush G
e6786d8c52
Merge pull request #206 from zkfriendly/feat/rust-verifier
...
chore: add rust-verifier package to lock file
2024-08-01 04:59:15 -04:00
zkFriendly
b4b600c364
chore: add rust-verifier package
2024-08-01 10:41:27 +02:00
Yush G
a481375c6b
Merge pull request #204 from zkfriendly/feat/rust-verifier
...
Feat/rust verifier
2024-08-01 03:43:36 -04:00
Yush G
0bc2538e00
Merge pull request #202 from zkemail/feat/remove-qp-enc
...
Feat: Circuit for Removing the Quoted Printable Encoding in Email Body
2024-07-30 10:28:05 -07:00
shreyas-londhe
0eaa2f8a08
docs: added comments for remove-soft-line-breaks template
2024-07-29 08:37:52 +05:30
shreyas-londhe
e0d9b15ba1
fix: refactored removeSoftLineBreaks test
2024-07-27 08:16:16 +05:30
shreyas-londhe
0293bfe969
feat: upstreamed into email verifier
2024-07-26 11:58:12 +05:30
shreyas-londhe
2606d70d10
test: added more test cases for remove-soft-line-breaks
2024-07-22 17:31:05 +05:30
shreyas-londhe
8fbd7fb70c
chore: added acknowledgement
2024-07-22 12:37:21 +05:30
shreyas-londhe
42d97cf974
fix
2024-07-22 12:36:37 +05:30
shreyas-londhe
4e91fb206e
fix: computing r by hashing inputs
2024-07-22 12:30:44 +05:30
shreyas-londhe
1ac147c007
fix: tests for removing-soft-line-breaks
2024-07-21 14:05:52 +05:30
zkFriendly
2f37198666
refactor: allow non snake case for snarkjs keys
2024-07-15 10:06:33 +02:00
zkFriendly
aa04c2d31b
refactor: sample verifier
2024-07-15 09:59:06 +02:00
zkFriendly
3d7d2a9f38
refactor: return type from bool -> Result<bool, _>
2024-07-15 09:50:28 +02:00
zkFriendly
8a460e5cf9
refactor: remove unused import
2024-07-15 09:50:28 +02:00
zkFriendly
1c06cf0c66
feat: read number of public inputs from vkey file
2024-07-15 09:50:28 +02:00
zkFriendly
f40cca90b0
docs: usage guide
2024-07-15 09:50:28 +02:00
zkFriendly
f24ad3f446
feat: CLI to generate verifier arguments from snarkjs proof and public inputs
2024-07-15 09:50:28 +02:00
zkFriendly
7b9999b3d8
feat: cli to generate verifier from snarkjs artifacts
2024-07-15 09:50:28 +02:00
zkFriendly
72b03e6aac
fix: fix edition
2024-07-15 09:50:28 +02:00
zkFriendly
5544ae26b8
chore: check in Cargo.lock
2024-07-15 09:50:28 +02:00
zkFriendly
79735031c9
test: embedded verifier test
2024-07-15 09:50:28 +02:00
zkFriendly
2eca1e213e
fix: fix public input size
2024-07-15 09:49:05 +02:00
zkFriendly
a843f4a8e6
feat: groth16 verifier with compressed embedded verifyingKey
2024-07-15 09:49:05 +02:00
zkFriendly
2c2392f184
feat: serialize public inputs
2024-07-15 09:49:05 +02:00
zkFriendly
48677a2407
refactor: verifier -> verifier_utils
2024-07-15 09:49:05 +02:00
zkFriendly
5390f34421
feat: groth16 proof verification in rust with sample proof of twitter test
2024-07-15 09:49:05 +02:00
zkFriendly
804d625881
chore: ignore rust build artifacts
2024-07-15 09:49:05 +02:00
zkFriendly
a26d161425
feat: init rust-verifier package
2024-07-15 09:49:05 +02:00
shreyas-londhe
a7e5cff3bf
fix: max length for remove-soft-line-break circuit
2024-07-14 01:53:04 +02:00
shreyas-londhe
a1563620dc
test: added basic tests
2024-07-11 21:14:58 +02:00
shreyas-londhe
933a23f73f
feat: added remove soft line breaks template
2024-07-09 19:19:10 +02:00
Saleel
ffc29607e4
version: 6.1.3
2024-06-27 19:41:14 +04:00
Saleel
384851a541
chore: update sha precompute error message
2024-06-27 19:40:05 +04:00
Yush G
29d5c87316
Merge pull request #201 from remicolin/main
...
add SplitBytesToWords circuit to bytes.circom
2024-06-25 23:59:14 -07:00
turnoffthiscomputer
6e1b374925
add splitBytesToWords unit test
2024-06-18 11:48:05 +02:00
turnoffthiscomputer
fed5740745
add SplitBytesToWords circuit to bytes.circom
2024-06-17 22:59:31 +02:00
wshino
919ab82c71
Add UserOverrideableDKIMRegistry.sol. ( #199 )
...
* Add UserOverrideableDKIMRegistry.sol.
* Bump the version.
* Update UserOverrideableDKIMRegistry.sol
* Update testcases for UserOverrideableDKIMRegistry.sol.
* Update version to 6.1.2.
* Remove unused function.
* Change the default argument of isDKIMPublicKeyHashValid and add reactivateDKIMPublicKeyHash
* Add test for reactivate function and fix failed testcases.
* Add test cases using signature for reactivateDKIMPublicKeyHash function.
---------
Co-authored-by: SoraSuegami <suegamisora@gmail.com >
2024-06-12 02:35:54 +09:00