Skip to content

Commit

Permalink
Remove unnecessary DigestPrimitive bound on PrehashVerifier
Browse files Browse the repository at this point in the history
  • Loading branch information
Leo1003 committed May 17, 2024
1 parent 20a1dbe commit c5933ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ecdsa/src/verifying.rs
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ where
#[cfg(feature = "der")]
impl<C> PrehashVerifier<der::Signature<C>> for VerifyingKey<C>
where
C: EcdsaCurve + CurveArithmetic + DigestPrimitive,
C: EcdsaCurve + CurveArithmetic,
SignatureSize<C>: ArraySize,
der::MaxSize<C>: ArraySize,
<FieldBytesSize<C> as Add>::Output: Add<der::MaxOverhead> + ArraySize,
Expand Down

0 comments on commit c5933ac

Please sign in to comment.