property galois.BCH.n : int The codeword size n of the [n,k,d]2 code Examples¶ In [1]: bch = galois.BCH(15, 7); bch Out[1]: <BCH Code: [15, 7, 5] over GF(2)> In [2]: bch.n Out[2]: 15