Skip to main content

LONG_SHIFT

Constant LONG_SHIFT 

Source
pub const LONG_SHIFT: u32 = 70;
Expand description

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.