Static ring::signature::ECDSA_P256_SHA256_ASN1_SIGNING[][src]

pub static ECDSA_P256_SHA256_ASN1_SIGNING: Algorithm = Algorithm{curve: &ec::suite_b::curve::P256,
          private_scalar_ops: &p256::PRIVATE_SCALAR_OPS,
          private_key_ops: &p256::PRIVATE_KEY_OPS,
          digest_alg: &digest::SHA256,
          pkcs8_template: &EC_PUBLIC_KEY_P256_PKCS8_V1_TEMPLATE,
          format_rs: format_rs_asn1,
          id: AlgorithmID::ECDSA_P256_SHA256_ASN1_SIGNING,}

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

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