Skip to content

zedseven/bch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bch

License: MIT GoDoc

An implementation of binary Bose-Chaudhuri-Hocquenghem (BCH) codes and error-checking in Go.

Using the package

To include it in a project, simply use:

import "github.com/zedseven/bch"

See the GoDoc manual for documentation.

An important note

Please note I did not write the basis of this package - I ported it over from an excellent example in C on ECCPage. I did, however, clean it up and build the rest of the package around the rudimentary example. Credit goes to Robert Morelos-Zaragoza for the base code.

About

An implementation of Bose-Chaudhuri-Hocquenghem codes and error-checking in Go.

Topics

Resources

License

Stars

Watchers

Forks

Languages