Skip to content
Snippets Groups Projects

benchmark commit step and ark counterparts

Merged STEVAN Antoine requested to merge benchmark-commit-and-ark-counterparts into main
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -141,7 +141,7 @@ where
kzg10::Powers::<E> {
powers_of_g: ark_std::borrow::Cow::Owned(powers_of_g),
powers_of_gamma_g: ark_std::borrow::Cow::Owned(powers_of_gamma_g),
};
}
})
},
);
Loading