pub const REGULAR_SHIFT: u32 = 60;
Right-shift amount to extract the top 5 bits from a 65-bit regular-code residue.
Usage: b = residue >> REGULAR_SHIFT gives the 5-bit feedback selector for the polymod algorithm.
b = residue >> REGULAR_SHIFT