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 15, 2024
1 parent fae9707 commit 3f204ba
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 @@ -217,7 +217,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 3f204ba

Please sign in to comment.