Function preprocessing_mpsi_with_vole::channel_utils::write_vec_f
source · 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.