Contents

init(compressedRepresentation:)

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

Declaration

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

Parameters

  • compressedRepresentation:

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

See Also

Creating a key