pub fn ecdsa_p384_key_template() -> KeyTemplate
👎Deprecated since 0.2.3: Use <code>ecdsa_p384_sha384_key_template()</code> or <code>ecdsa_p384_sha512_key_template()</code> instead.
Expand description

Return a KeyTemplate that generates a new ECDSA private key with the following parameters:

  • Hash function: SHA512
  • Curve: NIST P-384
  • Signature encoding: DER
  • Output prefix type: TINK