Skip to content

v0.0.1 — GF(256) + Encoder

Choose a tag to compare

@codinglombok codinglombok released this 28 Aug 19:02
· 11 commits to main since this release

First release

  • GF(256) field arithmetic (exp/log tables, mul, div, inv, pow)
  • Systematic RS(255, 239) encoder
  • Decoder skeleton (BMA/Forney) — known incorrect, available via
    pm run test:decode\

  • pm run test:full\ runs encoder + GF tests only (all PASS)