Skip to content
Snippets Groups Projects

benchmark the recoding process

Merged STEVAN Antoine requested to merge bench-recoding into main
2 files
+ 2
2
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 1
1
@@ -6,7 +6,7 @@ use ark_std::One;
///
/// [`split_data_into_field_elements`] supports padding the output vector of
/// elements by giving a number that needs to divide the length of the vector.
pub(crate) fn split_data_into_field_elements<E: Pairing>(
pub fn split_data_into_field_elements<E: Pairing>(
bytes: &[u8],
modulus: usize,
) -> Vec<E::ScalarField> {
Loading