init(compressedRepresentation:)
Creates a P-384 public key for key agreement from a compressed representation of the key.
Declaration
init<Bytes>(compressedRepresentation: Bytes) throws where Bytes : ContiguousBytesParameters
- compressedRepresentation:
A compressed representation of the key as a collection of contiguous bytes.