Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 366 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 366 Bytes

This is an implementation of Maymounkov's online codes, which are described in the paper rateless codes and big downloads

This implementation does not use the suggested lazy decoding, but uses the classical strategy of reducing the matrix to a right triangle combined with back substitution.