Categorygithub.com/bnagy/codeloops
repositorypackage
1.0.0
Repository: https://github.com/bnagy/codeloops.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# README

codeloops

About

codeloops is initial maths research code to implement code loops as extensions of doubly even binary codes. For further details, consult the paper.

Installation

You should follow the instructions to install Go, if you haven't already done so. Then:

$ go get github.com/bnagy/codeloops

Usage

Run tests:

go test

For descriptions of the various utility programs (some of which are really not for external consumption), see cmd/README.md.

License & Acknowledgements

  • FOR THE CODE: BSD Style. See LICENSE file for details.
  • FOR THE PAPER: CC-BY, see paper/README.md
  • FOR THE VENDORED BITSTRING CODE: NO license (original code not licensed)

TODO

Re-implement BitString, since it is fairly simple stuff and carries no license. :/

Contributing

Fork and PR. Contact paper authors for other queries.