ps-ecc 0.1.0-9

Generates Reed-Solomon error correction codes.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
mod checksum;
mod from_byte_slice;
mod from_bytes;
mod full_length;
mod header_checksum;
mod header_parity;
mod last_segment_length;
mod magic;
mod message_length;
mod new;
mod overlap_factor;
mod parity;
mod parity_bytes;
mod segment_count;
mod segment_distance;
mod segment_length;
mod to_bytes;
mod version;