init(compressedRepresentation:)
Creates a P-256 public key for signing 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.