Crate reed_solomon_novelpoly

Source

Re-exports§

pub use self::field::f2e16;
pub use self::shard::Shard;
pub use self::wrapped_shard::WrappedShard;
pub use errors::*;
pub use util::*;
pub use super::util::*;

Modules§

errors
field
shard
util
wrapped_shard

Structs§

CodeParams
Params for the encoder / decoder derived from a target validator count.
ReedSolomon

Functions§

encode
Encode the given payload into n_min shards.
reconstruct
each shard contains one symbol of one run of erasure coding