init(rawRepresentation:)
Creates a Curve25519 public key from a data representation.
Declaration
init<D>(rawRepresentation: D) throws where D : ContiguousBytesParameters
- rawRepresentation:
A representation of the key as contiguous bytes from which to create the key.