galois.BCH.__repr__() str

A terse representation of the BCH code.

Examples

In [1]: bch = galois.BCH(15, 7)

In [2]: bch
Out[2]: <BCH Code: [15, 7, 5] over GF(2)>

Last update: Nov 10, 2022