pub const K_VALUES: [u8; 8];
A list of all values N % 30, where N is coprime with 2, 3, and 5
N % 30
These values are: {1, 7, 11, 13, 17, 19, 23, 29}