Sample a fixed-weight vector using modular mapping (v5.0.0 encrypt). Reads 4*weight bytes from XOF (with alignment waste), maps each u32 to position via multiplication-based reduction, deduplicates.
(
xof: &mut SeedExpander,
v: &mut [u64],
weight: usize,
p: &HqcParameters,
)
source not stored for this graph (policy: none)
no test coverage detected