init(compressedRepresentation:)

    Creates a P-384 public key for signing from a compressed representation of the key.

    ECDH.swift:505
    init<Bytes>(compressedRepresentation: Bytes) throws where Bytes : ContiguousBytes

    Parameters

    compressedRepresentation

    A compressed representation of the key as a collection of contiguous bytes.

    Other members in extension

    Type members

    Instance members