This commit is contained in:
Nicholas Ward 2022-06-09 11:53:14 -07:00
parent eabb10a34c
commit 40a0a2526b

View File

@ -83,4 +83,4 @@ pub fn permuted_cols<F: PrimeField64>(inputs: &[F], table: &[F]) -> (Vec<F>, Vec
}
(sorted_inputs, permuted_table)
}
}