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