[][src]Function tss_esapi::utils::create_unrestricted_signing_ecc_public

pub fn create_unrestricted_signing_ecc_public(
    scheme: AsymSchemeUnion,
    curve: EllipticCurve
) -> Result<TPM2B_PUBLIC>

Create the TPM2B_PUBLIC structure for an ECC unrestricted signing key.

  • scheme - Asymmetric scheme to be used for signing; must be an RSA signing scheme
  • curve - identifier of the precise curve to be used with the key