Skip to content

Commit

Permalink
Reduce constraints on GroupWriter.
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaker committed Jan 30, 2024
1 parent 59a3d2c commit 2be52a0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/plugins/ark/writer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ impl<G, H, R> GroupWriter<G> for Arthur<H, u8, R>
where
G: CurveGroup,
H: DuplexHash,
G::BaseField: PrimeField,
R: RngCore + CryptoRng,
Arthur<H, u8, R>: GroupPublic<G, Repr = Vec<u8>>,
{
Expand Down

0 comments on commit 2be52a0

Please sign in to comment.