mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-23 13:11:10 +00:00
a05d422a55
* 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
13 lines
446 B
TOML
13 lines
446 B
TOML
[package]
|
|
name = "polkadot-erasure-coding"
|
|
version = "0.1.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
polkadot-primitives = { path = "../primitives" }
|
|
reed-solomon-erasure = { git = "https://github.com/paritytech/reed-solomon-erasure" }
|
|
parity-codec = "2.1"
|
|
substrate-primitives = { git = "https://github.com/paritytech/substrate" }
|
|
substrate-trie = { git = "https://github.com/paritytech/substrate" }
|