pub use super::BrainpoolP256t1;
pub type Signature = ecdsa::Signature<BrainpoolP256t1>;
pub type DerSignature = ecdsa::der::Signature<BrainpoolP256t1>;
#[cfg(feature = "sha256")]
impl ecdsa::hazmat::DigestPrimitive for BrainpoolP256t1 {
type Digest = sha2::Sha256;
}