Skip to content
Snippets Groups Projects

add KZG+

Merged STEVAN Antoine requested to merge add-other-methods into main
+ 1
1
@@ -410,7 +410,7 @@ mod tests {
assert!(!super::verify::<E, P>(
&corrupted_block,
E::ScalarField::from_le_bytes_mod_order(&u32_to_u8_vec(0 as u32)),
E::ScalarField::from_le_bytes_mod_order(&u32_to_u8_vec(0u32)),
&verifier_key,
));
Loading