pub fn div(a: u8, b: u8) -> u8
Division in GF(2⁸): a / b = a · b⁻¹.
a / b = a · b⁻¹
Panics if b == 0.
b == 0