Justin Traglia
|
ea90d6f27d
|
Fix test vector generators to work with Python 3.12
|
2024-09-17 14:56:59 -05:00 |
Justin Traglia
|
f5277700e3
|
Add initial version of kzg_7594 test generator (#3693)
|
2024-04-24 11:40:27 -05:00 |
Hsiao-Wei Wang
|
01fa0fe64a
|
Replace `ROOTS_OF_UNITY` with runtime-computed `compute_roots_of_unity(FIELD_ELEMENTS_PER_BLOB)`
|
2023-10-16 17:38:09 +08:00 |
Hsiao-Wei Wang
|
0052e68019
|
Fix linter error
|
2023-09-25 17:46:43 +08:00 |
George Kadianakis
|
a2d500f684
|
generators/kzg_4844: Add positive G1_POINT_AT_INFINITY test vectors
|
2023-09-22 15:07:55 +03:00 |
Hsiao-Wei Wang
|
395bb71442
|
Add `verify_kzg_proof_case_incorrect_proof_point_at_infinity`
|
2023-09-20 00:39:47 +08:00 |
Hsiao-Wei Wang
|
256367b17c
|
Group the "incorrect_proof" test cases
|
2023-09-20 00:21:18 +08:00 |
Hsiao-Wei Wang
|
171ae02280
|
Apply suggestions from code review
Co-authored-by: Justin Traglia <95511699+jtraglia@users.noreply.github.com>
|
2023-09-20 00:18:08 +08:00 |
Hsiao-Wei Wang
|
6041c9b9d6
|
Add KZGProof at `G1_POINT_AT_INFINITY` case
|
2023-09-19 23:55:09 +08:00 |
Hsiao-Wei Wang
|
fc03e8f714
|
Rename BLS/KZG suite name
|
2023-08-20 12:27:19 -06:00 |
Hsiao-Wei Wang
|
eea04704d4
|
Fix tests
|
2023-05-15 17:16:41 +08:00 |
Justin Traglia
|
dfdbe15e42
|
Fix linter issues
|
2023-05-02 13:05:41 -05:00 |
Justin Traglia
|
ddf7e8013b
|
Add group of invalid G1 points
|
2023-05-02 10:57:49 -05:00 |
Justin Traglia
|
87d42919b9
|
Add "commitment" to test names for consistency
|
2023-04-18 14:00:11 -05:00 |
Justin Traglia
|
ccfe576dcc
|
Add KZG tests for input length inputs (#3282)
|
2023-03-07 21:56:55 +00:00 |
dankrad
|
15033d28b9
|
Modify compute_[blob_]kzg_proof to remove superfluous computations (#3280)
Add parameter `commitment` to `compute_blob_kzg_proof` and output `y` to `compute_kzg_proof`
|
2023-03-07 17:50:56 +00:00 |
dankrad
|
86fb82b221
|
Test generators for kzg-4844 libraries (#3274)
Arkworks integration and test generators for kzg-4844 libraries
|
2023-03-02 20:49:10 +00:00 |