Rust implementation of RaptorQ (RFC6330)
Go to file
2019-02-07 22:50:00 -08:00
benches Remove From and Into for Octet 2019-02-07 19:06:08 -08:00
src Refactor OctetMatrix to use u8 instead of Octet 2019-02-07 22:50:00 -08:00
tests Precompute Octet multiplication table 2019-02-04 22:44:38 -08:00
.gitignore Exclude IntelliJ files from Git 2019-01-21 17:07:07 -08:00
Cargo.toml Version 0.4.0 2019-02-07 17:47:57 -08:00
LICENSE Initial commit 2019-01-21 16:58:13 -08:00
Makefile Enable AVX2 in profiling build 2019-02-06 23:08:39 -08:00
README.md Initial commit 2019-01-21 16:58:13 -08:00

raptorq

Rust implementation of RaptorQ (RFC6330)