Skip to main content

REGULAR_SHIFT

Constant REGULAR_SHIFT 

Source
pub const REGULAR_SHIFT: u32 = 60;
Expand description

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.