package reed-solomon-erasure

  1. Overview
  2. No Docs
OCaml implementation of Reed-Solomon erasure coding

Install

Dune Dependency

Authors

Maintainers

Sources

ocaml-reed-solomon-erasure-v1.0.2.tar.gz
sha256=25167ef175f7bd878d4d022ef7fe2aeb1e80365abc34c3f50ebe505702222db8
md5=39072282904c8a5dfc3af7b326dc1156

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

Dev Dependencies

None

Used by

None

Conflicts

None

OCaml

Innovation. Community. Security.