v0.0.1 — GF(256) + Encoder
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)