Static ring::signature::ECDSA_P384_SHA384_ASN1_SIGNING[][src]

pub static ECDSA_P384_SHA384_ASN1_SIGNING: Algorithm = Algorithm{curve: &ec::suite_b::curve::P384,
          private_scalar_ops: &p384::PRIVATE_SCALAR_OPS,
          private_key_ops: &p384::PRIVATE_KEY_OPS,
          digest_alg: &digest::SHA384,
          pkcs8_template: &EC_PUBLIC_KEY_P384_PKCS8_V1_TEMPLATE,
          format_rs: format_rs_asn1,
          id: AlgorithmID::ECDSA_P384_SHA384_ASN1_SIGNING,}

Signing of ASN.1 DER-encoded ECDSA signatures using the P-384 curve and SHA-384.

See "ECDSA_*_ASN1 Details" in ring::signature's module-level documentation for more details.