Contents

init(compactRepresentation:)

Creates a P-256 public key for key agreement from a compact representation of the key.

Declaration

init<Bytes>(compactRepresentation: Bytes) throws where Bytes : ContiguousBytes

Parameters

  • compactRepresentation:

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

See Also

Creating a public key