static TABLE: [u8; 256]
Expand description
A lookup table for computing the inverse byte for the inverse affine transformation.
See https://www.corsix.org/content/galois-field-instructions-2021-cpus for the
definition of gf_inv
which was used for the creation of this table.