Expand description
A pure Rust implementation of the Zfec library.
The general concept of Zfec is to break a message into blocks, or “chunks”, then generate additional chunks with parity information that can be used to identify any missing chunks.
Notice: Zfec only provides Forward Error Correcting functionality, not encryption. Any message coded with Zfec should be encrypted first, if security is necessary.
Implemented directly from https://github.com/tahoe-lafs/zfec
Structs§
- A chunk of encoded data
- Forward Error Correcting encoder/decoder.
Enums§
- Possible errors