mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 05:51:02 +00:00
Add a fuzzer for the erasure coding (#2021)
* Commit a fuzzer for the erase coding * Replace tabs with spaces for the erase coding fuzzer * Apply suggestions from code review Co-authored-by: Andronik Ordian <write@reusable.software>
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
[package]
|
||||
name = "erasure_coding_fuzzer"
|
||||
version = "0.1.0"
|
||||
authors = ["Vincent Ulitzsch <vincent@srlabs.de>"]
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
polkadot-erasure-coding = { path = ".." }
|
||||
honggfuzz = "0.5"
|
||||
primitives = { package = "polkadot-primitives", path = "../../primitives/" }
|
||||
|
||||
[[bin]]
|
||||
name = "reconstruct_fuzzer"
|
||||
path = "src/reconstruct.rs"
|
||||
|
||||
[[bin]]
|
||||
name = "round_trip"
|
||||
path = "src/round_trip.rs"
|
||||
|
||||
[workspace]
|
||||
Reference in New Issue
Block a user