Description

This library provides an encoder/decoder for Reed-Solomon erasure code.

Please note that erasure coding means errors are not directly detected or corrected, but missing data pieces(shards) can be reconstructed given that the configuration provides high enough redundancy.

You will have to implement error detection separately(e.g. via checksums) and simply leave out the corrupted shards when attempting to reconstruct the missing data.

Published: 18 Jul 2018

Dependencies (7)

  1. ctypes-foreign
  2. ctypes
  3. core_kernel
  4. bisect_ppx build & < "2.6.0"
  5. cppo build
  6. dune
  7. ocaml >= "4.06"

Dev Dependencies

    None

Used by

    None

Conflicts

    None