pub use super::BrainpoolP384r1;
pub type Signature = ecdsa::Signature<BrainpoolP384r1>;
pub type DerSignature = ecdsa::der::Signature<BrainpoolP384r1>;
impl ecdsa::EcdsaCurve for BrainpoolP384r1 {
const NORMALIZE_S: bool = false;
}
#[cfg(feature = "sha384")]
impl ecdsa::DigestAlgorithm for BrainpoolP384r1 {
type Digest = sha2::Sha384;
}