pub fn create_unrestricted_signing_ecc_public(
    scheme: EccScheme,
    curve: EccCurve
) -> Result<Public>
Expand description

Create the 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