init(compressedRepresentation:)
Creates a P-521 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.