Skip to content

Commit

Permalink
chore: Rebase to dev
Browse files Browse the repository at this point in the history
  • Loading branch information
storojs72 committed Jan 3, 2024
1 parent fce367e commit 5cf9186
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/provider/non_hiding_zeromorph.rs
Original file line number Diff line number Diff line change
Expand Up @@ -815,7 +815,7 @@ mod test {
fn test_various_uvkzpcs_commit_template<E>() -> Result<(), NovaError>
where
E: MultiMillerLoop,
E::G1: DlogGroup<PreprocessedGroupElement = E::G1Affine, Scalar = E::Fr>,
E::G1: DlogGroup<ScalarExt = E::Fr, AffineExt = E::G1Affine>,
E::Fr: PrimeFieldBits,
{
let degree = 10;
Expand Down

0 comments on commit 5cf9186

Please sign in to comment.