pub const LONG_SHIFT: u32 = 70;
Right-shift amount to extract the top 5 bits from a 75-bit long-code residue.
Usage: b = residue >> LONG_SHIFT gives the 5-bit feedback selector for the polymod algorithm.
b = residue >> LONG_SHIFT