Commit Graph

14 Commits

Author SHA1 Message Date
Daniel Sanchez Quiros 5c037d663c Implement verier verify test
Fixed small issues
2024-03-08 15:20:04 +01:00
Daniel Sanchez Quiros c416b173d4 Make encoder hashing method public 2024-03-08 14:57:16 +01:00
Daniel Sanchez Quiros 0337a12733 Use sha3 for hashing 2024-03-08 10:11:20 +01:00
Daniel Sanchez Quiros 7921f2c706 Added compute columns aggregated commitment
Added aggregated commitment test
Fixed and expanded encode test
2024-03-07 15:41:37 +01:00
Daniel Sanchez Quiros 3019a92460 Use square size data for encoder tests 2024-03-06 17:18:13 +01:00
Daniel Sanchez Quiros 6d8a370ee7 Added compute column kzg commitments 2024-03-06 16:56:47 +01:00
Daniel Sanchez Quiros eecda172b8 Use chunks for verification 2024-03-06 16:02:48 +01:00
Daniel Sanchez Quiros 7dbd5ef351 Use same polynomials for commitment and proof creation after extend 2024-03-06 08:40:32 +01:00
Daniel Sanchez Quiros 3fddca075c Implement compute row proofs (not working on extended data) 2024-03-05 19:02:19 +01:00
Daniel Sanchez Quiros 0fa9f5edd2 Update encode row test 2024-03-05 18:37:35 +01:00
Daniel Sanchez Quiros 17947ef74b Implement encode rows and test 2024-03-05 18:37:35 +01:00
Daniel Sanchez Quiros e72935ec49 Added compute row commitments
Added row commitments size test
2024-03-05 18:37:35 +01:00
Daniel Sanchez Quiros f3097a6be4 Added chunkify and test 2024-03-05 18:37:35 +01:00
Daniel Sanchez 9a54d90d14
Da specs main structure (#70)
* Added da encoder pipeline draft

* Remove unnecessary method

* Added verifier module and blob type

* Fill verifier skeleton

* Add comments on implementation, remove unnecessary intermediary method

* Added dispersal skeleton

* Added test modules for dispersal and verifier

* Added test modules for encoder, implemented basic test

* Added missing test cases

* Added missing calls to encode method

* Use single megabyte test in encoder

* Added basic testcases for dispersal

* Added basic testcases for verifier

* Remove duplicated column proofs from encoding schema

* Remove parameters from test functions in encoder

* Extract common types to common module

* Make test pass

* Remove node id dep from mixnet and fix columns access
2024-02-12 15:35:23 +01:00