package
0.0.0-20240622154158-d8778d42626c
Repository: https://github.com/mmp/bk.git
Documentation: pkg.go.dev
# Functions
Check the integrity of the bytestream from r using an encoding bytestream in rsr that was been generated by Encode().
Encode Reed-Solomon encodes the bytestream from the io.Reader r and write the result to the provided io.Writer.
Given a bytestream r and its encoding in rsr, attempt to repair any corrupt bytes, returning a repaired bytestream in w and a repaired encoding bytestream in rsw.
# Variables
No description provided by the author
No description provided by the author