Skip to content

Commit

Permalink
make clippy happy
Browse files Browse the repository at this point in the history
  • Loading branch information
mpenciak committed Feb 5, 2024
1 parent d062737 commit 4dac5e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/cyclefold/nova_circuit.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ use serde::{Deserialize, Serialize};

use super::gadgets::{emulated, AllocatedFoldingData};

#[derive(Clone, PartialEq, Serialize, Deserialize, Abomonation)]
#[derive(Clone, PartialEq, Eq, Serialize, Deserialize, Abomonation)]
pub struct AugmentedCircuitParams {
limb_width: usize,
n_limbs: usize,
Expand Down Expand Up @@ -397,7 +397,7 @@ where

let U_p = data_p.U.fold_with_r1cs(
cs.namespace(|| "fold u_p into U_p"),
&pp_digest,
pp_digest,
W_new.clone(),
E_new.clone(),
&data_p.u_W,
Expand Down

0 comments on commit 4dac5e0

Please sign in to comment.