fountain_engine 2.0.1

Core algorithms for fountain code encoding and decoding
Documentation
1
2
3
4
5
6
7
8
9
10
11
// Copyright (c) 2025 Shenghao Yang. All rights reserved.
// Licensed under AGPL-3.0 or commercial license. See LICENSE for details.

pub mod binary_matrix;
pub mod inactivation;
pub mod precode;
pub mod sparse_equation;
pub mod system_solver;
pub mod tanner_graph;

pub use precode::*;