Initial erasure-coding of availability data (#56)

* erasure-coding block data

* adjust error handling

* merkleize chunks and yield branches for each

* construction and proving of merkle branches

* port over to new GF(2^16) impl

* some tests for wrapped_shard

* handle extra byte from GF(2^16) better

* point to github dependency

* add issue link

* point to master for reed-solomon-erasure

* add missing license header
This commit is contained in:
Robert Habermeier
2019-01-24 12:31:22 -03:00
committed by GitHub
parent c25674a18d
commit a05d422a55
9 changed files with 583 additions and 5 deletions
+1
View File
@@ -23,6 +23,7 @@ members = [
"cli",
"collator",
"consensus",
"erasure-coding",
"executor",
"network",
"primitives",