Skip to content

Commit

Permalink
ecdsa: don't feature-gate EcdsaCurve (#790)
Browse files Browse the repository at this point in the history
There's no reason for it to be gated on `arithmetic`. It can be provided
in all use cases.
  • Loading branch information
tarcieri authored Jan 17, 2024
1 parent 7bc69e1 commit 3992dc3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ecdsa/src/hazmat.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ use elliptic_curve::{FieldBytesEncoding, ScalarPrimitive};
use crate::{elliptic_curve::array::ArraySize, Signature};

/// Marker trait for elliptic curves intended for use with ECDSA.
#[cfg(feature = "arithmetic")]
pub trait EcdsaCurve: PrimeCurve {
/// Does this curve use low-S normalized signatures?
///
Expand Down

0 comments on commit 3992dc3

Please sign in to comment.