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