pub fn find_poseidon_ark_and_mds<F, const RATE: usize>(
    prime_bits: u64,
    full_rounds: u64,
    partial_rounds: u64,
    skip_matrices: u64
) -> (Vec<Vec<F, Global>, Global>, Vec<Vec<F, Global>, Global>) where
    F: PrimeField
Expand description

Internal function that computes the ark and mds from the Poseidon Grain LFSR.