#reed-solomon #bch #code #decoding #golay

code-rs

Implementation of multiple coding schemes

2 stable releases

1.0.1 Jan 13, 2022

#1916 in Encoding

MIT license

145KB
3.5K SLoC

code-rs

Overview

This crate implements multiple different encoding schemes. Specifically:

  • bch
  • golay
  • hamming
  • reed_solomon

Credit

This crate is a highly stripped down but updated version of the original work done here: P25.rs, all the credit belongs to Mick Koch.

Dependencies

~210KB