pub fn write_vec_f<F, C>(channel: &mut C, v: &[F]) -> Result<usize>
where F: FF, C: AbstractChannel,
Expand description

Write a vector of field elements to a channel.