init(compressedRepresentation:)

    Creates a P-521 public key for key agreement from a compressed representation of the key.

    ECDH.swift:1149
    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

    Typealiases

    Type members

    Instance members