pub fn fcsr_generate(p: &BigInt, q: &BigInt, n: usize) -> Vec<bool>
Generate n bits of the FCSR keystream for p/q (q odd) — the 2-adic expansion, by repeated 2-adic division. The inverse of two_adic_reconstruct.
n
p/q
q
two_adic_reconstruct