Skip to content

Commit

Permalink
Clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
davxy committed Jun 1, 2024
1 parent e724349 commit 5148ac9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ring.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ pub type RingProof<S> = ring_proof::RingProof<BaseField<S>, Pcs<S>>;

pub type PiopParams<S> = ring_proof::PiopParams<BaseField<S>, CurveConfig<S>>;

const TRANSCRIPT_LABEL: &'static [u8] = b"";
const TRANSCRIPT_LABEL: &[u8] = b"";

#[derive(Clone, CanonicalSerialize, CanonicalDeserialize)]
pub struct Proof<S: RingSuite>
Expand Down

0 comments on commit 5148ac9

Please sign in to comment.