Skip to content
Snippets Groups Projects

refactor shard to use a simple vector

Merged STEVAN Antoine requested to merge refactor-shard into main
1 file
+ 0
2
Compare changes
  • Side-by-side
  • Inline
+ 0
2
@@ -185,8 +185,6 @@ mod tests {
linear_combination: &[E::ScalarField],
bytes: &[u8],
) -> Shard<E> {
//let mut bytes = bytes.to_vec();
//bytes.resize(32, 0);
let bytes =
field::split_data_into_field_elements::<E>(bytes, linear_combination.len(), false);
Shard {
Loading