pub fn bytes_matrix_to_f<F: PrimeField>(
    bytes_matrix: &Vec<Vec<Vec<u8>>>
) -> Vec<Vec<F>>