atbarker / reed-solomon

Small GF(2^8) Reed-Solomon erasure coding library.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

reed-solomon

Simple Reed-Solomon erasure coding library. Decoding only handles known erasures.

One is for use in Linux kernel modules (because one should not have to insert a kernel module as a dependency for a kernel module) and the other is for userspace.

About

Small GF(2^8) Reed-Solomon erasure coding library.

License:MIT License


Languages

Language:C 99.0%Language:Makefile 1.0%